##// END OF EJS Templates
bookmarks: update docstring
Abderrahim Kitouni -
r8725:353b1c16 default
parent child Browse files
Show More
@@ -119,10 +119,10 b' def bookmark(ui, repo, mark=None, rev=No'
119 deleted. It is possible to use bookmark names in 'hg merge' and
119 deleted. It is possible to use bookmark names in 'hg merge' and
120 'hg update' to update to a given bookmark.
120 'hg update' to update to a given bookmark.
121
121
122 You can use 'hg bookmark NAME' to set a bookmark on the current
122 You can use 'hg bookmark NAME' to set a bookmark on the working
123 tip with the given name. If you specify a revision using -r REV
123 directory's parent revision with the given name. If you specify
124 (where REV may be an existing bookmark), the bookmark is set to
124 a revision using -r REV (where REV may be an existing bookmark),
125 that revision.
125 the bookmark is assigned to that revision.
126 '''
126 '''
127 hexfn = ui.debugflag and hex or short
127 hexfn = ui.debugflag and hex or short
128 marks = parse(repo)
128 marks = parse(repo)
General Comments 0
You need to be logged in to leave comments. Login now