Bazaar Mercurial Plugin to access BitBucket
Eli Zaretskii
eliz at gnu.org
Thu Oct 20 22:36:26 UTC 2011
> From: Martin Geisler <mg at lazybytes.net>
> Date: Thu, 20 Oct 2011 22:44:02 +0200
> Cc: bazaar at lists.canonical.com, Ben Finney <ben+bazaar at benfinney.id.au>
>
> I guess Bazaar users have the same problem from time to time?
People forget no matter what VCS they are using. Especially if they
bring with them habits from a VCS that doesn't have a "foo mv"
command.
> If so, is there a good way to recover and feed the correct rename
> information to Bazaar?
Yes:
bzr revert -rREV_BEFORE_DELETION old-name
bzr rm new-name # possibly stashing away a copy if there were changes
bzr mv old-name new-name
# if there were changes, restore new-name's current contents here
bzr commit
More information about the bazaar
mailing list