( )⚙ D8292 rebase: accept multiple --source arguments (BC)

This is an archive of the discontinued Mercurial Phabricator instance.

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

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

Details

Summary

I think it's a little surprising that hg rebase -s A -s B rebases
only B:: and ignores A. That's because the -s flag is not a
repeated flag. This patch makes it a repeated flag.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.