mercurial/revlog.py
changeset 1062 6d5a62a549fa
parent 902 c749ca37aed1
child 1073 7b35a980b982
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