[PATCH 3 of 9 phases] phases: add a phases command to display and manipulate phases

Pierre-Yves David pierre-yves.david at ens-lyon.org
Thu Jan 5 23:50:28 CST 2012


On Thu, Jan 05, 2012 at 10:04:39PM -0600, Matt Mackall wrote:
> > +     ('r', 'rev', [], _('target revision')),
> > +    ],
> > +    _('[-p|-d|-s] [-f] [-C] [-r] [REV]'))
> > +def phases(ui, repo, *revs, **opts):
> > +    """set or show the current phase name
> > +
> > +    See :hg:`help phase-concept` for more information about phases if you are
> > +    not familliar with this concept.
> 
> ENOENT, and an unlikely-to-be-approved name.

Any idea onabetterone name ? I needsomething that does not collide with the command itself.

Naming the commande "phase" and the help topic phases could do it.

-- 
Pierre-Yves


More information about the Mercurial-devel mailing list