bzr mv --after and bzr mv --auto don't work

Talden talden at gmail.com
Thu Jul 16 22:37:31 BST 2009


> Marius Kruger wrote:
>> with regards to mv --auto, I think it would be nice if its possible to
>> make it interactive,
>
> You can always get a list of the guessed renames with "bzr mv --auto
> - --dry-run", and then do only the renames you think make sense.

Make it so that mv can take either a file as a list of moves to apply.
This way you can do:

* bzr mv --auto --dry-run > moves
* edit moves
* bzr mv --file moves

An interactive method is also an option but I expect I'd use this more
often as it let's you see an overview to let you deal with complex
moves.

--
Talden



More information about the bazaar mailing list