mercurial on ubuntu
Marcus Harnisch
mh-mercurial at online.de
Mon Feb 22 07:52:53 UTC 2021
On 21/02/2021 21.01, Uwe Brauer wrote:
> Maybe I am missing here something but what is chg supposed to be
‘chg’ is a client for Mercurial's command server, which helps avoiding
Python's inherent startup overhead. It doesn't need any particular setup
and my be aliased to ‘hg’ for all practical purposes.
The command server mode is particularly useful when querying a
repository from other processes (scripts, or an imaginary “MaHgit” ;-))
The experts will know more, but I suppose this could still offer faster
startup time than an oxidized Mercurial.
More information about the Mercurial
mailing list