# HG changeset patch # User Kevin Bullock # Date 1327011026 21600 # Node ID 12a1c9e92d66a6aa6cfde80a38b4872310ca33b3 # Parent 5653f2d166eab6cc67495535af8c4b82d940da39 update: note ways to avoid moving bookmark diff -r 5653f2d166ea -r 12a1c9e92d66 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