[bug] revert reverting the wrong file....

Erik Bågfors zindar at gmail.com
Fri Jan 20 06:03:41 GMT 2006


Today something like this happened and I lost about 15 min of work
(glad it wasn't more). This is reproducable with current bzr.dev

$ bzr init
$ echo hej > hej
$ bzr add
added hej
$ bzr ci -m hej
Committed revision 1.
$ echo hej >> hej
$ echo hej >> hej.new
$ ls
hej  hej.new
$ bzr st
modified:
  hej
unknown:
  hej.new
$ bzr revert hej
$ ls
hej  hej~
$ bzr st


So hej.new just disappeared when I ran revert.... not good.

Regards,
Erik




More information about the bazaar mailing list