( )⚙ D8293 rebase: accept multiple --base arguments (BC)

This is an archive of the discontinued Mercurial Phabricator instance.

rebase: accept multiple --base arguments (BC)
ClosedPublic

Authored by martinvonz on Mar 13 2020, 8:23 PM.

Details

Summary

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

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

martinvonz created this revision.Mar 13 2020, 8:23 PM
martinvonz retitled this revision from rebase: accept multiple --base arguments to rebase: accept multiple --base arguments (BC).Mar 13 2020, 8:24 PM
mharbison72 added inline comments.
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.

martinvonz marked an inline comment as done.Mar 13 2020, 10:40 PM

I've updated the synopsis (also added another patch in the series for adding -r to the synopsis).

mharbison72 accepted this revision.Mar 13 2020, 11:43 PM
pulkit accepted this revision.Mar 14 2020, 5:04 AM
This revision is now accepted and ready to land.Mar 14 2020, 5:04 AM
This revision was automatically updated to reflect the committed changes.