.TH HG PHASE "" "" "" .SH NAME hg phase \- set or show the current phase name .\" Man page generated from reStructuredText. . .SH SYNOPSIS .sp .nf .ft C hg phase [\-p|\-d|\-s] [\-f] [\-r] [REV...] .ft P .fi .SH DESCRIPTION .sp With no argument, show the phase name of the current revision(s). .sp With one of \-p/\-\-public, \-d/\-\-draft or \-s/\-\-secret, change the phase value of the specified revisions. .sp Unless \-f/\-\-force is specified, \%\fBhg phase\fP\: won\(aqt move changesets from a lower phase to a higher phase. Phases are ordered as follows: .sp .nf .ft C public < draft < secret .ft P .fi .sp Returns 0 on success, 1 if some phases could not be changed. .sp (For more information about the phases concept, see \%\fBhg help phases\fP\:.) .SH OPTIONS .INDENT 0.0 .TP .B \-p, \-\-public . set changeset phase to public .TP .B \-d, \-\-draft . set changeset phase to draft .TP .B \-s, \-\-secret . set changeset phase to secret .TP .B \-f, \-\-force . allow to move boundary backward .TP .BI \-r, \-\-rev \ . target revision .UNINDENT .sp [+] marked option can be specified multiple times .\" Generated by docutils manpage writer. .\" .