<br>Sorry.  I misunderstood.  Yikes.  Panic is the true sin of the sleep-deprived.  :)<br><br>~M<br><br><br><div class="gmail_quote">On Thu, Jul 2, 2009 at 10:07 PM, Maritza Mendez <span dir="ltr">&lt;<a href="mailto:martitzam@gmail.com">martitzam@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><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" target="_blank">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" target="_blank">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>
</blockquote></div><br>