Post your helper scripts!
Pierre-Yves David
pierre-yves.david at ens-lyon.org
Thu Sep 19 23:06:50 UTC 2024
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20240920/83db0d3d/attachment.html>
More information about the Mercurial
mailing list