Revert implmentation and how to undo a bzr remove

Benno benjl at cse.unsw.edu.au
Wed Apr 27 14:40:53 BST 2005


On Wed Apr 27, 2005 at 23:32:27 +1000, Aaron Bentley wrote:
>Benno wrote:
>> One thing with revert is that you want to be able to do :
>> 
>> bzr revert file1 file2 file3
>> 
>> I'm not sure if this can be done with merge.
>
>This is possible with merge.  What you do is set the 'interesting' flag
>to false on all files inventory entries except those for file1, file2
>and file3.

Ok cool. Well I will look at trying to base the revert code on the merge
stuff. (Currently it is modelled very closely to the diff code path.)

Although I'm quite busy right now, so I might wait until merge is, well,
merged.

Benno




More information about the bazaar mailing list