##// END OF EJS Templates
bundle: support multiple destinations...
bundle: support multiple destinations `hg outgoing` and `hg push` now support multiple destination. We do the same for `hg bundle`. Various other commands needs this kind of behavior and it would be create to factor this code out for their usage. However this is an adventure for another time. They are some minor change to the tests (in addition to the new test for the feature): * one because I updated a message to plurals, * another one because the error changed, and I actually find it clearer. Differential Revision: https://phab.mercurial-scm.org/D10414
marmoute -
r47710:946db896 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 ...