[Yanel-dev] Mercurial jumping branches (without names)

Michael Wechner michael.wechner at wyona.com
Tue Mar 8 14:11:27 CET 2011


Hi

Cedric just taught me how to bookmark branches and how to jump from one 
into the other:

Switch into branch with a specific changeset number: hg update 
CHANGESET_NUMBER

Bookmark a specific branch: hg bookmarks BOOKMARK_NAME

Switch into branch which is bookarmed with a certain name: hg update 
BOOKMARK_NAME

Show within which branch one currently is: hg summary

List all bookmarks: hg bookmarks

HTH

Michael


More information about the Yanel-development mailing list