Comment 8 for bug 533152

Revision history for this message
Aaron Bentley (abentley) wrote : Re: [Bug 533152] Re: Cannot tell Bazaar that a file has moved after the fact

Nicholas Allen wrote:
> Shouldn't this bug be higher than medium importance? If you can't tell
> Bazaar that a file has moved the only option is to remove and add like
> subversion does.

No, there other options:
1. use "bzr mv --auto", which will autodetect the move after the fact.
2. move the file to its old name, then use "bzr mv" to restore it to its
new name.

Aaron