--- 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)