mercurial/revlog.py
changeset 1062 6d5a62a549fa
parent 902 c749ca37aed1
child 1073 7b35a980b982
--- a/mercurial/revlog.py
+++ b/mercurial/revlog.py
@@ -473,7 +473,7 @@ class revlog:
 
         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.