comparison 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
comparison
equal deleted inserted replaced
1061:fed8d078840b 1062:6d5a62a549fa
471 yield meta 471 yield meta
472 yield d 472 yield d
473 473
474 yield struct.pack(">l", 0) 474 yield struct.pack(">l", 0)
475 475
476 def addgroup(self, revs, linkmapper, transaction, unique = 0): 476 def addgroup(self, revs, linkmapper, transaction, unique=0):
477 # given a set of deltas, add them to the revision log. the 477 # given a set of deltas, add them to the revision log. the
478 # first delta is against its parent, which should be in our 478 # first delta is against its parent, which should be in our
479 # log, the rest are against the previous delta. 479 # log, the rest are against the previous delta.
480 480
481 # track the base of the current delta log 481 # track the base of the current delta log