##// END OF EJS Templates
rebase: accept multiple --source arguments (BC)...
rebase: accept multiple --source arguments (BC) 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. Differential Revision: https://phab.mercurial-scm.org/D8292
Martin von Zweigbergk -
r45044:05654ea5 default
Show More
Name Size Modified Last Commit Author
/ hgext / hooklib
__init__.py Loading ...
changeset_obsoleted.py Loading ...
changeset_published.py Loading ...
enforce_draft_commits.py Loading ...
reject_merge_commits.py Loading ...
reject_new_heads.py Loading ...