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. |
- Drop upstreamed demandimport patch.
- mercurial 6.8.1
- Also exclude 'warnings' from demandimport.
- Exclude threading from demandimport. That became a problem with recent "stable" cpython changes. (#2299346)
- convert license to SPDX
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
- mercurial 6.8
- Rebuilt for Python 3.13
- mercurial 6.7.3
- Disable rust packaging - cpython create doesn't work with Python 3.12 (#2249383)