update: note ways to avoid moving bookmark stable
authorKevin Bullock <kbullock@ringworld.org>
Thu, 19 Jan 2012 16:10:26 -0600
branchstable
changeset 15957 12a1c9e92d66
parent 15956 5653f2d166ea
child 15958 0d2ac0299020
update: note ways to avoid moving bookmark
mercurial/commands.py
--- a/mercurial/commands.py	Fri Jan 20 21:21:13 2012 +0100
+++ b/mercurial/commands.py	Thu Jan 19 16:10:26 2012 -0600
@@ -5638,7 +5638,8 @@
 
     Update the repository's working directory to the specified
     changeset. If no changeset is specified, update to the tip of the
-    current named branch and move the current bookmark.
+    current named branch and move the current bookmark (see :hg:`help
+    bookmarks`).
 
     If the changeset is not a descendant of the working directory's
     parent, the update is aborted. With the -c/--check option, the