# HG changeset patch # User Martin Geisler # Date 2012-01-13 10:29:47 # Node ID 05ccad068313b005b0ca9d893deb9b3febd14411 # Parent 920433707a01d223b3a3c8100fec7c59666a0a8e phase: use standard syntax for command line flags We don't mark them as literal text and we mention the short option the first time we talk about a given flag. diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -4228,7 +4228,7 @@ def phase(ui, repo, *revs, **opts): With no argument, show the phase name of specified revisions. - With one of ``--public``, ``--draft`` or ``--secret``, change the + With one of -p/--public, -d/--draft or -s/--secret, change the phase value of the specified revisions. Unless -f/--force is specified, :hg:`phase` won't move changeset from a