hgext/rebase.py
changeset 43978 bd88407edc0e
parent 43940 d77230743968
child 44050 2ecbc4ec87d8
--- 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)