mercurial/commands.py
branchstable
changeset 17981 e689b0d91546
parent 17949 407209261f63
child 17984 b74361cf7c0a
--- 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')),