# HG changeset patch # User Joel Rosdahl # Date 1224954352 -7200 # Node ID 7fb0e130cf14a000a40d2bb72efc976e43ae3f05 # Parent df800e0040775ef7171501d837351c60c9c13ea8 bookmarks: Improve documentation diff -r df800e004077 -r 7fb0e130cf14 hgext/bookmarks.py --- a/hgext/bookmarks.py Sat Oct 25 19:05:52 2008 +0200 +++ b/hgext/bookmarks.py Sat Oct 25 19:05:52 2008 +0200 @@ -67,10 +67,10 @@ deleted. It is possible to use bookmark names in 'hg merge' and 'hg update' to update to a given bookmark. - You can use 'hg bookmark [NAME]' to set a bookmark on the current tip - with the given name. If you specify a second [NAME] the bookmark is - set to the bookmark that has that name. You can also pass revision - identifiers to set bookmarks too. + You can use 'hg bookmark NAME' to set a bookmark on the current + tip with the given name. If you specify a revision using -r REV + (where REV may be an existing bookmark), the bookmark is set to + that revision. ''' hexfn = ui.debugflag and hex or short marks = parse(repo)