diff hgext/rebase.py @ 43978:bd88407edc0e

rebase: drop an unused variable assignment Caught by PyCharm. Differential Revision: https://phab.mercurial-scm.org/D7746
author Matt Harbison <matt_harbison@yahoo.com>
date Fri, 27 Dec 2019 13:52:39 -0500
parents d77230743968
children 2ecbc4ec87d8
line wrap: on
line diff
--- 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)