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