Determining 'active' changeset with Mercurial? -
if have changesets a, b, c, d, e in repo , execute hg update -c d
, how can confirm repo 'active' changeset d? if run hg tip
or hg head
, hg lists e , not d.
there several ways find out:
note hg update
changes revision of working copy, should not use that.
Comments
Post a Comment