[PATCH 1 of 2] phases: add a phase and phasestr method to file context

Pierre-Yves David pierre-yves.david at logilab.fr
Wed Oct 17 10:33:13 CDT 2012


On Wed, Oct 17, 2012 at 10:28:20AM -0500, Sean Farley wrote:
> # HG changeset patch
> # User Sean Farley <sean.michael.farley at gmail.com>
> # Date 1350425390 18000
> # Node ID 072adc076e641990cf0000ece34e9545ebaaa0b3
> # Parent  72c234081ae1350220132c69750f5a093902a1e7
> phases: add a phase and phasestr method to file context

Hey? we already have them!

> 
> diff --git a/mercurial/context.py b/mercurial/context.py
> --- a/mercurial/context.py
> +++ b/mercurial/context.py
> @@ -469,10 +469,14 @@
>          return self._changectx.description()
>      def branch(self):
>          return self._changectx.branch()
>      def extra(self):
>          return self._changectx.extra()
> +    def phase(self):
> +        return self._changectx.phase()
> +    def phasestr(self):
> +        return self._changectx.phasestr()
>      def manifest(self):
>          return self._changectx.manifest()
>      def changectx(self):
>          return self._changectx
>  
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> http://selenic.com/mailman/listinfo/mercurial-devel

-- 
Pierre-Yves David

http://www.logilab.fr/

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://selenic.com/pipermail/mercurial-devel/attachments/20121017/87cc9ba1/attachment.pgp>


More information about the Mercurial-devel mailing list