Name: | mercurial-chg |
---|---|
Version: | 6.1.4 |
Release: | 1.el9 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 37882 |
License: | GPLv2+ |
RPM: | mercurial-chg-6.1.4-1.el9.x86_64.rpm |
Source RPM: | mercurial-6.1.4-1.el9.src.rpm |
Build Date: | Thu Jul 07 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://mercurial-scm.org/ |
Summary: | A fast Mercurial command without slow Python startup |
Description: | 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. |