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.
Details
Details
- Reviewers
mharbison72 pulkit - Group Reviewers
hg-reviewers - Commits
- rHG05654ea5137c: rebase: accept multiple --source arguments (BC)
Diff Detail
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.