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

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -