D4847: manifest: remove an unused variable caught by pyflakes

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Wed Oct 3 08:29:11 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGe22016e83c1e: manifest: remove an unused variable caught by pyflakes (authored by pulkit, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D4847?vs=11589&id=11594

REVISION DETAIL
  https://phab.mercurial-scm.org/D4847

AFFECTED FILES
  mercurial/manifest.py

CHANGE DETAILS

diff --git a/mercurial/manifest.py b/mercurial/manifest.py
--- a/mercurial/manifest.py
+++ b/mercurial/manifest.py
@@ -719,7 +719,6 @@
             self._loadalllazy()
             return None
 
-        todel = []
         loadlazy = self._loadlazy
         for k in visit:
             loadlazy(k + '/')



To: pulkit, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list