mercurial/localrepo.py
changeset 13714 7f53ce232d63
parent 13713 ee4f7109457e
child 13716 6d7338f5320a
--- a/mercurial/localrepo.py	Sun Mar 20 20:16:51 2011 -0500
+++ b/mercurial/localrepo.py	Sun Mar 20 20:17:57 2011 -0500
@@ -1620,8 +1620,6 @@
             nodeiter = gennodelst(mnfst)
             for cnt, chnk in enumerate(mnfst.group(nodeiter,
                                                    lookuplinkrev_func(mnfst))):
-                if cnt % 3 == 1:
-                    mnode = chnk[:20]
                 # see above comment for why we divide by 3
                 self.ui.progress(_('bundling'), cnt / 3,
                                  unit=_('manifests'), total=changecount)