On 9/17/24 10:52, Simon Harrison wrote:
         hg push; hg push server2; hg email -r tip;


You can actually combine your push in a single command with `hg push default server2`

You can also create path alias to multiple servers in your config

[paths] server1 = ssh://foo/bar server2 = ssh://fuz/baz default = path://server1 servers = path://server1, path://server2 servers:multi-urls doing `hg push servers` would push to both server1 and server2

Check `hg help config.paths` for more details if needed.

--
Pierre-Yves David
_______________________________________________
Mercurial mailing list
Mercurial@lists.mercurial-scm.org
https://lists.mercurial-scm.org/mailman/listinfo/mercurial

Reply via email to