# HG changeset patch # User Matt Harbison # Date 2019-12-27 18:52:39 # Node ID bd88407edc0e1c15333edbf85215cdfad0ab44c6 # Parent 04e0e0e73892b62821539bd1ee517ace90c10972 rebase: drop an unused variable assignment Caught by PyCharm. Differential Revision: https://phab.mercurial-scm.org/D7746 diff --git a/hgext/rebase.py b/hgext/rebase.py --- a/hgext/rebase.py +++ b/hgext/rebase.py @@ -787,7 +787,6 @@ class rebaseruntime(object): cleanup = False if cleanup: - shouldupdate = False if rebased: strippoints = [ c.node() for c in repo.set(b'roots(%ld)', rebased)