Bazaar Mercurial Plugin to access BitBucket

Ben Finney ben+bazaar at benfinney.id.au
Thu Oct 20 22:45:27 UTC 2011


Eli Zaretskii <eliz at gnu.org> writes:

> > From: Martin Geisler <mg at lazybytes.net>
>
> > 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

The ‘bzr mv --after’ option is also available.

-- 
 \        “It is undesirable to believe a proposition when there is no |
  `\   ground whatever for supposing it true.” —Bertrand Russell, _The |
_o__)                                       Value of Scepticism_, 1928 |
Ben Finney




More information about the bazaar mailing list