Mercurial > public > mercurial-scm > hg-stable
diff mercurial/revlog.py @ 1062:6d5a62a549fa
pep-0008 cleanup
- Don't use spaces around the '=' sign when used to indicate a
keyword argument or a default parameter value.
author | benoit.boissinot@ens-lyon.fr |
---|---|
date | Fri, 26 Aug 2005 13:06:58 +0200 |
parents | c749ca37aed1 |
children | 7b35a980b982 |
line wrap: on
line diff
--- a/mercurial/revlog.py Fri Aug 26 02:03:35 2005 -0700 +++ b/mercurial/revlog.py Fri Aug 26 13:06:58 2005 +0200 @@ -473,7 +473,7 @@ yield struct.pack(">l", 0) - def addgroup(self, revs, linkmapper, transaction, unique = 0): + def addgroup(self, revs, linkmapper, transaction, unique=0): # given a set of deltas, add them to the revision log. the # first delta is against its parent, which should be in our # log, the rest are against the previous delta.