Пакет mercurial-chg-6.8.1-3.el10_0.x86_64
Имя | mercurial-chg |
---|---|
Эпоха | 0 |
Версия | 6.8.1 |
Релиз | 3.el10_0 |
Архитектура | x86_64 |
Сайт | https://mercurial-scm.org/ |
Лицензия | GPL-2.0-or-later |
Время сборки | 2025-01-01 22:10:52 |
Хост сборки | builder-x86-09.inferitos.ru |
Краткое описание | A fast Mercurial command without slow Python startup |
Репозитории | Extras |
Полное описание | 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. |
Эррата | — |
Размер | 27 КиБ |
Исходный проект | mercurial-6.8.1-3.el10_0 |
Контрольная сумма SHA-256 | f5dbfc7b66063900bbd9c82e89cad4dd8c08bd8e44f53a11e5dd784ccfe8486b |
×
* 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