# HG changeset patch # User Pierre-Yves David # Date 1434737235 25200 # Node ID ea0902e3128e1c5fbaa253ffc3e73a50b24cf167 # Parent ce9e231265c16a99882ec139ff31d9b941b8a9a0 phase: add a pointer to 'hg help phases' in the 'phase' help The command and the general topic have very similar name. The topic is pointing to the command, but the command was not pointing to the topic. diff -r ce9e231265c1 -r ea0902e3128e mercurial/commands.py --- a/mercurial/commands.py Thu Jun 18 15:39:52 2015 -0500 +++ b/mercurial/commands.py Fri Jun 19 11:07:15 2015 -0700 @@ -4985,6 +4985,8 @@ Returns 0 on success, 1 if no phases were changed or some could not be changed. + + (For more information about the phases concept, see :hg:`help phases`.) """ # search for a unique phase argument targetphase = None