<br>That was scary enough that I had to try it myself.<br><br>It works fine for me (see below) using bzr 1.16.1 on Jaunty with the default format (admittedly not my usual), so I have three questions:<br><br>(1) what platform are you on?<br>
(2) what version of bzr are you using?<br>(3) what repo format are you using?<br><br>Thanks!<br>~M<br><br>martitza@rubuntu:~/Desktop/projects$ bzr init bar<br>Created a standalone tree (format: pack-0.92)                                  <br>
martitza@rubuntu:~/Desktop/projects$ cd bar<br>martitza@rubuntu:~/Desktop/projects/bar$ touch foo<br>martitza@rubuntu:~/Desktop/projects/bar$ bzr add foo<br>adding foo<br>martitza@rubuntu:~/Desktop/projects/bar$ bzr mv foo oof<br>
foo =&gt; oof<br>martitza@rubuntu:~/Desktop/projects/bar$ bzr commit -m &quot;call it oof&quot;<br>Committing to: /home/martitza/Desktop/projects/bar/                                     <br>added oof<br>Committed revision 1.                                                          <br>
martitza@rubuntu:~/Desktop/projects/bar$ bzr mv oof foo<br>oof =&gt; foo<br>martitza@rubuntu:~/Desktop/projects/bar$ bzr stat<br>renamed:<br>  oof =&gt; foo<br>martitza@rubuntu:~/Desktop/projects/bar$ bzr commit -m &quot;call it foo&quot;<br>
Committing to: /home/martitza/Desktop/projects/bar/                                     <br>renamed oof =&gt; foo<br>Committed revision 2.                                                          <br>martitza@rubuntu:~/Desktop/projects/bar$ bzr log<br>
------------------------------------------------------------<br>revno: 2<br>committer: Maritza Mendez &lt;<a href="mailto:martitzam@gmail.com">martitzam@gmail.com</a>&gt;<br>branch nick: bar<br>timestamp: Thu 2009-07-02 22:00:47 -0700<br>
message:<br>  call it foo<br>------------------------------------------------------------<br>revno: 1<br>committer: Maritza Mendez &lt;<a href="mailto:martitzam@gmail.com">martitzam@gmail.com</a>&gt;<br>branch nick: bar<br>
timestamp: Thu 2009-07-02 21:59:49 -0700<br>message:<br>  call it oof<br>martitza@rubuntu:~/Desktop/projects/bar$ <br><br>