Package mercurial-chg-6.8.1-3.el10_0.aarch64
Name | mercurial-chg |
---|---|
Epoch | 0 |
Version | 6.8.1 |
Release | 3.el10_0 |
Architecture | aarch64 |
Website/URL | https://mercurial-scm.org/ |
License | GPL-2.0-or-later |
Build Time | 2025-01-01 22:11:23 |
Build Host | builder-arm64-1.inferitos.ru |
Summary | A fast Mercurial command without slow Python startup |
Repositories | Extras |
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. |
Errata | — |
Size | 26 KiB |
Source Project | mercurial-6.8.1-3.el10_0 |
SHA-256 checksum | 05e7bd1d42ce5a6e5b67c3ba7b3a060417f7de831f4072dce2c61cc406ccaa4d |
×
* Wed Jan 01 2025 Arkady L. Shane <tigro@msvsphere-os.ru> - 6.8.1-3 - Rebuilt for MSVSphere 10 * Mon Oct 07 2024 Mads Kiilerich <mads@kiilerich.com> - 6.8.1-3 - Disable demandimport of collections.abc because Python 3.13 rc3 (#2316252) * Thu Aug 01 2024 Mads Kiilerich <mads@kiilerich.com> - 6.8.1-2 - Drop upstreamed demandimport patch. * Thu Aug 01 2024 Mads Kiilerich <mads@kiilerich.com> - 6.8.1-1 - mercurial 6.8.1 * Fri Jul 26 2024 Mads Kiilerich <mads@kiilerich.com> - 6.8-5 - Also exclude 'warnings' from demandimport. * Fri Jul 26 2024 Mads Kiilerich <mads@kiilerich.com> - 6.8-4 - Exclude threading from demandimport. That became a problem with recent "stable" cpython changes. (#2299346) * Fri Jul 26 2024 Miroslav Suchý <msuchy@redhat.com> - 6.8-3 - convert license to SPDX * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Tue Jul 09 2024 Mads Kiilerich <mads@kiilerich.com> - 6.8-1 - mercurial 6.8 * Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 6.7.3-2 - Rebuilt for Python 3.13