"resuming" a changeset

Patrick Mézard pmezard at gmail.com
Sat Feb 9 14:39:30 CST 2008


Manlio Perillo a écrit :
> Jesse Glick ha scritto:
>> Manlio Perillo wrote:
>>> Suppose I made same changes to a shared repository in changeset A.
>>> Now suppose that another person commits (after a pull) a new changeset
>>> B, removing my modifications.
>> Using, say, hg backout?
>>
>>> What is the best method for resuming the changes I made in changeset A?
>> Back out the backout so your change is back in? :-)
>>
> 
> No, since there are other important changes in changeset B.

You can select files to backout with --include or --exclude. Or filter them when merging the backout revision. Or you can revert the files manually.


More information about the Mercurial mailing list