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

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -