Recently I am working on Mercurial Repository. But I don't know how to pull version control from specific change-set ID on Mercurial ? Could you please share me any solution ?
How to Pull from specific changeset
6.6k Views Asked by Ozzy At
2
You need to use the
-roption, to pull the changeset and all its ancestors:Alternatively, use the
-b <branch>option to get a specific branch.