##// END OF EJS Templates
bookmarks: Improve documentation
Joel Rosdahl -
r7257:7fb0e130 default
parent child Browse files
Show More
@@ -67,10 +67,10 b' def bookmark(ui, repo, mark=None, rev=No'
67 deleted. It is possible to use bookmark names in 'hg merge' and 'hg
67 deleted. It is possible to use bookmark names in 'hg merge' and 'hg
68 update' to update to a given bookmark.
68 update' to update to a given bookmark.
69
69
70 You can use 'hg bookmark [NAME]' to set a bookmark on the current tip
70 You can use 'hg bookmark NAME' to set a bookmark on the current
71 with the given name. If you specify a second [NAME] the bookmark is
71 tip with the given name. If you specify a revision using -r REV
72 set to the bookmark that has that name. You can also pass revision
72 (where REV may be an existing bookmark), the bookmark is set to
73 identifiers to set bookmarks too.
73 that revision.
74 '''
74 '''
75 hexfn = ui.debugflag and hex or short
75 hexfn = ui.debugflag and hex or short
76 marks = parse(repo)
76 marks = parse(repo)
General Comments 0
You need to be logged in to leave comments. Login now