Mercurial > python-hglib
diff hglib/client.py @ 133:b6f601ba7f3c
style: fixup whitespace
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Tue, 30 Sep 2014 11:23:15 -0500 |
parents | 9ecb271600fc |
children | 1b47146a4a2c |
line wrap: on
line diff
--- a/hglib/client.py Tue Sep 30 12:00:34 2014 +0200 +++ b/hglib/client.py Tue Sep 30 11:23:15 2014 -0500 @@ -55,7 +55,7 @@ self.server = None self._version = None - #include the hidden changesets if True + # include the hidden changesets if True self.hidden = None if connect: @@ -1553,7 +1553,7 @@ out = self.rawcommand(args, eh=eh) m = re.search(r'^(\d+).+, (\d+).+, (\d+).+, (\d+)', out, re.MULTILINE) - return tuple(map(int,list(m.groups()))) + return tuple(map(int, list(m.groups()))) @property def version(self):