diff mercurial/commands.py @ 17981:e689b0d91546 stable

command: remove phase from the list of basic command This is not a basic command. There is no reason new user should needs to know about it. Thanks to Matt Mackall for pointing this.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Wed, 28 Nov 2012 11:20:56 +0100
parents 407209261f63
children b74361cf7c0a
line wrap: on
line diff
--- a/mercurial/commands.py	Sun Nov 25 20:39:37 2012 +0100
+++ b/mercurial/commands.py	Wed Nov 28 11:20:56 2012 +0100
@@ -4495,7 +4495,7 @@
             else:
                 ui.write("%s = %s\n" % (name, util.hidepassword(path)))
 
-@command('^phase',
+@command('phase',
     [('p', 'public', False, _('set changeset phase to public')),
      ('d', 'draft', False, _('set changeset phase to draft')),
      ('s', 'secret', False, _('set changeset phase to secret')),