[informatique] Re: a "patch tree" instead of a patch queue?
Ted Pavlic
ted at tedpavlic.com
Wed May 28 13:10:04 CDT 2008
> Simply typing "hg update -C journal" will bring you to the tip of
> the "journal" branch...
I don't think so. Consider a two-headed repo:
0 -> journal (1) -> 3 -> 5 -> 7 -> 9
0 -> preprint (2) -> 4 -> 6 -> 8
I was hoping that:
hg update -C journal.tip
would be equivalent to
hg update -C 9
When I do this on my local machine, the former brings me to revision 1
and not revision 9.
--Ted
--
Ted Pavlic <ted at tedpavlic.com>
More information about the Mercurial
mailing list