bookmarks: update docstring
authorAbderrahim Kitouni <a.kitouni@gmail.com>
Thu, 04 Jun 2009 21:24:29 +0100
changeset 8725 353b1c160c2d
parent 8724 6e41d3c5619f
child 8726 72b95e3a0cc9
bookmarks: update docstring
hgext/bookmarks.py
--- a/hgext/bookmarks.py	Sat Jun 06 15:38:03 2009 -0700
+++ b/hgext/bookmarks.py	Thu Jun 04 21:24:29 2009 +0100
@@ -119,10 +119,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 revision using -r REV
-    (where REV may be an existing bookmark), the bookmark is set to
-    that revision.
+    You can use 'hg bookmark NAME' to set a bookmark on the working
+    directory's parent revision with the given name. If you specify
+    a revision using -r REV (where REV may be an existing bookmark),
+    the bookmark is assigned to that revision.
     '''
     hexfn = ui.debugflag and hex or short
     marks = parse(repo)