logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

hg phase - set or show the current phase name

Description

       With no argument, show the phase name of the current revision(s).

       With one of -p/--public, -d/--draft or -s/--secret, change the phase value of the specified revisions.

       Unless  -f/--force  is  specified,  hgphase won't move changesets from a lower phase to a higher phase.
       Phases are ordered as follows:

       public < draft < secret

       Returns 0 on success, 1 if some phases could not be changed.

       (For more information about the phases concept, see hghelpphases.)

Name

       hg phase - set or show the current phase name

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

                                                                                                       HG(PHASE)

Synopsis

       hg phase [-p|-d|-s] [-f] [-r] [REV...]

See Also