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
- Branch
- default
- Lint
No Linters Available - Unit
No Unit Test Coverage