Package mercurial-chg

A fast Mercurial command without slow Python startup

https://mercurial-scm.org/

chg is a C wrapper for the hg command. Typically, when you type hg, a new
Python process is created, Mercurial is loaded, and your requested command runs
and the process exits.

With chg, a Mercurial command server background process is created that runs
Mercurial. When you type chg, a C program connects to that background process
and executes Mercurial commands.

Version: 6.6.3

See also: mercurial.

General Commands

chg a fast client for Mercurial command server