Mercurial > python-hglib
diff hglib/context.py @ 134:1b47146a4a2c 1.4
style: fix long lines
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Tue, 30 Sep 2014 12:48:04 -0500 |
parents | a7fe976b1931 |
children | 7ba67c1f1f92 |
line wrap: on
line diff
--- a/hglib/context.py Tue Sep 30 11:23:15 2014 -0500 +++ b/hglib/context.py Tue Sep 30 12:48:04 2014 -0500 @@ -1,7 +1,8 @@ from hglib.error import CommandError import client, util, templates -_nullcset = ['-1', '000000000000000000000000000000000000000', '', '', '', '', ''] +_nullcset = ['-1', '000000000000000000000000000000000000000', '', '', + '', '', ''] class changectx(object): """A changecontext object makes access to data related to a particular