Help: phase
hg phase [-p|-d|-s] [-f] [-r] REV...
set or show the current phase name
With no argument, show the phase name of specified revisions.
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
lower phase to an higher phase. Phases are ordered as follows:
public < draft < secret
Return 0 on success, 1 if no phases were changed or some could not be
changed.
options:
-p --public set changeset phase to public
-d --draft set changeset phase to draft
-s --secret set changeset phase to secret
-f --force allow to move boundary backward
-r --rev REV [+] target revision
[+] marked option can be specified multiple times
use "hg -v help phase" to show more info