Text Based Inteface
Bill Barry
after.fallout at gmail.com
Thu Oct 15 11:10:13 CDT 2009
You could probably use record with mq somehow to record the changes you
want and then revert the rest. I am unsure of the specifics though.
With attic (and record) you could use:
hg shelve --interactive
and select either the changes you want or those you don't want. This
will split the changes into a patch in attic and changes in your working
copy. You can then get rid of whatever you choose (experiment a bit to
figure out the flow that works best for you).
Giorgos Keramidas wrote:
> If you _have_ to work through a console/text-based UI then "hg revert"
> should work for reverting entire files. I am not sure if there's a way
> to use a curses-based interface to revert smaller bits of text or code.
>
> _______________________________________________
> Mercurial mailing list
> Mercurial at selenic.com
> http://selenic.com/mailman/listinfo/mercurial
>
>
More information about the Mercurial
mailing list