Comment 4 for bug 390490

Revision history for this message
Ted Gould (ted) wrote : Re: Revno reset to 1, others now negative

Okay, this script will cause it on a new repository.

ted@shi:~/bzrbreaker$ ./doit.sh
Created a standalone tree (format: pack-0.92)
adding file1
Committing to: /home/ted/bzrbreaker/bob/
added file1
Committed revision 1.
4096+0 records in
4096+0 records out
2097152 bytes (2.1 MB) copied, 0.0304176 s, 68.9 MB/s
4096+0 records in
4096+0 records out
2097152 bytes (2.1 MB) copied, 0.0346657 s, 60.5 MB/s
adding file2
adding file3
Committing to: /home/ted/bzrbreaker/bob/
Unable to obtain lock file:///home/ted/bzrbreaker/bob/.bzr/branch/lock
held by <email address hidden> on host shi [process #1690]
locked 0 seconds ago
Will continue to try until 09:13:12, unless you press Ctrl-C
If you're sure that it's not being modified, use bzr break-lock file:///home/ted/bzrbreaker/bob/.bzr/branch/lock
added file2
Committed revision 2.
Committing to: /home/ted/bzrbreaker/bob/
added file3
Committed revision 1.
ted@shi:~/bzrbreaker$ cd bob
ted@shi:~/bzrbreaker/bob$ bzr log
------------------------------------------------------------
revno: 1
committer: Ted Gould <email address hidden>
branch nick: bob
timestamp: Mon 2009-06-22 09:08:13 -0500
message:
  File 3
------------------------------------------------------------
revno: 0
committer: Ted Gould <email address hidden>
branch nick: bob
timestamp: Mon 2009-06-22 09:08:12 -0500
message:
  File 2
------------------------------------------------------------
revno: -1
committer: Ted Gould <email address hidden>
branch nick: bob
timestamp: Mon 2009-06-22 09:08:10 -0500
message:
  File 1
ted@shi:~/bzrbreaker/bob$