log hglib/context.py @ 156:6d273d0a51aa

age author description
Wed, 25 Mar 2015 20:19:09 -0400 Brett Cannon hglib: remove the user of str in hglib.context (issue5420)
Wed, 25 Mar 2015 20:17:21 -0400 Brett Cannon hglib: make str(hglib.context.changectx) work with Python 3 (issue4520)
Fri, 20 Mar 2015 16:34:42 -0400 Brett Cannon hglib: don't try to use long under Python 3 (issue4520)
Thu, 19 Mar 2015 17:42:46 -0400 Brett Cannon hglib: use strtobytes() (issue4520)
Mon, 16 Mar 2015 17:59:27 -0400 Brett Cannon hglib: add a __bool__ method where __nonzero__ is defined (issue4520)
Fri, 13 Mar 2015 14:46:13 -0400 Brett Cannon hglib: make all imports absolute (issue4520)
Sun, 08 Mar 2015 13:08:37 -0400 Brett Cannon hglib: wrap all application string literals in util.b() (issue4520)
Sat, 01 Nov 2014 14:28:56 -0500 Matt Mackall context: handle tip+1 breakage in pre-3.2 default branch 1.5
Sat, 01 Nov 2014 14:26:18 -0500 Matt Mackall context: fix missing digit in null hash
Tue, 30 Sep 2014 12:48:04 -0500 Matt Mackall style: fix long lines 1.4
Wed, 21 May 2014 12:25:30 +0200 Paul Tonelli context: add 'phase' getter
Thu, 15 May 2014 15:12:13 +0200 Paul Tonelli context: add 'hidden' method to check if the changeset is hidden
Fri, 26 Apr 2013 01:46:08 +0400 Alexander Plavin context: raise same error when not found for all hg versions 0.9
Thu, 01 Mar 2012 23:16:07 -0500 Francisco Figueirido ancestor: fix incorrect reference to 'n2'
Tue, 17 Jan 2012 22:36:48 +0200 Idan Kamara client: add date field to revision
Thu, 22 Dec 2011 19:12:47 +0200 Idan Kamara context: initial implementation of changectx