Name: | mercurial-chg |
---|---|
Version: | 6.8.1 |
Release: | 2.el10_0 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 37410 |
License: | GPL-2.0-or-later |
RPM: | mercurial-chg-6.8.1-2.el10_0.x86_64.rpm |
Source RPM: | mercurial-6.8.1-2.el10_0.src.rpm |
Build Date: | Wed Dec 18 2024 |
Build Host: | build-ol10-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. |