Same reasoning as for the previous patch. Rebase has worked well with
--base 'A + B' since 51e7c83e05ee (rebase: calculate ancestors for
--base separately (issue5420), 2016-11-28).
Details
Details
- Reviewers
mharbison72 pulkit - Group Reviewers
hg-reviewers - Commits
- rHGf63598aa1c4b: rebase: accept multiple --base arguments (BC)
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Branch
- default
- Lint
No Linters Available - Unit
No Unit Test Coverage
Event Timeline
hgext/rebase.py | ||
---|---|---|
874 | Maybe these need to be updated to REV... like some other commands that take multiple revs. (I looked to graft for reference.) I forgot to mention this on the previous patch. |
Comment Actions
I've updated the synopsis (also added another patch in the series for adding -r to the synopsis).
Maybe these need to be updated to REV... like some other commands that take multiple revs. (I looked to graft for reference.) I forgot to mention this on the previous patch.