changeset 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 04e0e0e73892
children bdb357161d7a
files hgext/rebase.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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)