[PATCH 2 of 3 hglib] context: initial implementation of changectx

Idan Kamara idankk86 at gmail.com
Sat Oct 15 19:50:55 UTC 2011


On Sat, Oct 15, 2011 at 9:47 PM, Idan Kamara <idankk86 at gmail.com> wrote:
>
> # HG changeset patch
> # User Idan Kamara <idankk86 at gmail.com>
> # Date 1318708040 -7200
> # Node ID be88c3cb597f4368903b6641c9e874eb8eb0b6a0
> # Parent  5574413bce099f120fbf1ada7af59853c69f78db
> context: initial implementation of changectx
>
> diff --git a/hglib/context.py b/hglib/context.py
> new file mode 100644
> --- /dev/null
> +++ b/hglib/context.py
> @@ -0,0 +1,192 @@
> +import client, util, templates
> +
> +nullcset = ['-1', '000000000000000000000000000000000000000', '', '', '',
'']
> +
> +class changectx(object):
> +    null = changectx(None, -1)

Ignore this one.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-devel/attachments/20111015/feb333d1/attachment-0002.html>


More information about the Mercurial-devel mailing list