https://bz.mercurial-scm.org/show_bug.cgi?id=6482

            Bug ID: 6482
           Summary: Push to multiple targets
           Product: Mercurial
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: Mercurial
          Assignee: bugzi...@mercurial-scm.org
          Reporter: z...@zash.se
                CC: mercurial-devel@mercurial-scm.org
    Python Version: ---

Scenario:
I have multiple mirrors of my code. I want to push to all of them.

Currently:
I could set up cronjobs to pull from, or just repeat `hg push ; hg push mirror`
etc.

Feature request:
Allow multiple destinations:
$ hg push default mirror backupmirror

This is currently an error, "invalid arguments", so shouldn't be BC.

Push could be done in serial (like running `hg push` in a loop in the shell) or
in parallel to speed it up (can't do that in shell because locks).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to