# HG changeset patch # User Adrian Buehlmann # Date 1341911722 -7200 # Node ID c9e6c6ae4ea115faba70064490ef18564ade8a2f # Parent 3e66d00b3026c7d7db666f06be5e07b4454b7806 update: move help text about parent revision higher up emphasizing how important the parent revision is diff -r 3e66d00b3026 -r c9e6c6ae4ea1 mercurial/commands.py --- a/mercurial/commands.py Wed Jul 11 09:12:31 2012 +0200 +++ b/mercurial/commands.py Tue Jul 10 11:15:22 2012 +0200 @@ -5612,15 +5612,15 @@ current named branch and move the current bookmark (see :hg:`help bookmarks`). + Update sets the working directory's parent revison to the specified + changeset (see :hg:`help parents`). + If the changeset is not a descendant or ancestor of the working directory's parent, the update is aborted. With the -c/--check option, the working directory is checked for uncommitted changes; if none are found, the working directory is updated to the specified changeset. - Update sets the working directory's parent revison to the specified - changeset (see :hg:`help parents`). - The following rules apply when the working directory contains uncommitted changes: