rebase: drop an unused variable assignment
authorMatt Harbison <matt_harbison@yahoo.com>
Fri, 27 Dec 2019 13:52:39 -0500
changeset 43983 bd88407edc0e
parent 43982 04e0e0e73892
child 43984 bdb357161d7a
rebase: drop an unused variable assignment Caught by PyCharm. Differential Revision: https://phab.mercurial-scm.org/D7746
hgext/rebase.py
--- a/hgext/rebase.py	Fri Dec 27 13:50:53 2019 -0500
+++ b/hgext/rebase.py	Fri Dec 27 13:52:39 2019 -0500
@@ -787,7 +787,6 @@
                 cleanup = False
 
             if cleanup:
-                shouldupdate = False
                 if rebased:
                     strippoints = [
                         c.node() for c in repo.set(b'roots(%ld)', rebased)