D7755: mq: drop an unused variable assignment

mharbison72 (Matt Harbison) phabricator at mercurial-scm.org
Mon Dec 30 08:33:03 EST 2019


Closed by commit rHGce37b35d4843: mq: drop an unused variable assignment (authored by mharbison72).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D7755?vs=18986&id=19015

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7755/new/

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

AFFECTED FILES
  hgext/mq.py

CHANGE DETAILS

diff --git a/hgext/mq.py b/hgext/mq.py
--- a/hgext/mq.py
+++ b/hgext/mq.py
@@ -2256,7 +2256,6 @@
     def restore(self, repo, rev, delete=None, qupdate=None):
         desc = repo[rev].description().strip()
         lines = desc.splitlines()
-        i = 0
         datastart = None
         series = []
         applied = []



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


More information about the Mercurial-devel mailing list