A fast Mercurial command without slow Python startup
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.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 6.9-1.fc42 | - |
Fedora 41 | 6.8.1-3.fc41 | - |
Fedora 40 | 6.7.4-3.fc40 | - |
Fedora EPEL 9 | 6.1.4-1.el9 | - |
Fedora EPEL 10.0 | 6.8.1-2.el10_0 | - |
You can contact the maintainers of this package via email at
mercurial dash maintainers at fedoraproject dot org
.