OnRemote extension (easily run hg sth on remote machine)

Marcin Kasperski Marcin.Kasperski at mekk.waw.pl
Mon Jan 20 20:59:58 UTC 2020


I published another small extension intended to smooth daily work with
Mercurial:

   $ hg onremote testing update -r 1.3.7

(where testing is some ssh path, say
ssh://so.me.machine/biggieproj/progs/myapp).
This command will simply ssh to that machine and execute given hg command
in appropriate directory. Of course only ssh (and local) targets are supported.

More details:
   https://pypi.org/project/mercurial_on_remote/
Code:
   https://bitbucket.org/Mekk/mercurial-on_remote

And yes, it works well with https://pypi.org/project/mercurial_path_pattern/ ;-)


More information about the Mercurial mailing list