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.
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