cHg

A fast client (c) for Mercurial command server (Hg) running on Unix. It saves time of slow Python startup.

1. Install

$ cd contrib/chg
$ make
$ make install

Make sure to use the chg executable bundled with the source of the installed hg version.

2. Usage

$ chg help                 # show help of Mercurial
$ alias hg=chg             # replace hg command

3. Environment

The following variables are available for testing:


CategoryTools

CHg (last edited 2023-02-01 16:16:00 by jaraco)