Submitter | phabricator |
---|---|
Date | Dec. 27, 2019, 9:18 p.m. |
Message ID | <differential-rev-PHID-DREV-pq54kbp2zgc4paepotb3-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/44075/ |
State | Superseded |
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)