Submitter | phabricator |
---|---|
Date | Dec. 27, 2019, 10:02 p.m. |
Message ID | <97bc9028eac7342edf2b2c03d1f6ca1c@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/44091/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/rebase.py b/hgext/rebase.py --- a/hgext/rebase.py +++ b/hgext/rebase.py @@ -787,7 +787,6 @@ cleanup = False if cleanup: - shouldupdate = False if rebased: strippoints = [ c.node() for c in repo.set(b'roots(%ld)', rebased)