Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
deb_specific__hgk.py.patch | deb_specific__hgk.py Set default hgk path for hgk outside bin. |
Python Applications Packaging Team | no | 2020-08-16 | ||
from_upstream-test-subrepo-new-git.patch | # HG changeset patch # User Martin von Zweigbergk <martinvonz@google.com> # Date 1610501528 28800 # Tue Jan 12 17:32:08 2021 -0800 # Node ID 88dfe1c279bb3378cf25c654a9346e570dff3b0f # Parent fcc324a228fee148726ec8075c75cd8e2ae7b14a Git is about to change the default branch from "master" to "main". Recent versions has started warning about that, which makes tests fail. I assume the tests would fail in a different way once the default has changed. To make us compatible with that name change, let's set configure the default to be "master". That value makes the tests still work on older Git version (those where the default branch name is not configurable). Differential Revision: https://phab.mercurial-scm.org/D9746 diff --git a/tests/test-subrepo-git.t b/tests/test-subrepo-git.t |
no | ||||
proposed_upstream__doctest.path | # HG changeset patch # User Julien Cristau <jcristau@debian.org> # Date 1589916203 -7200 # Tue May 19 21:23:23 2020 +0200 # Node ID de789b6b188b62cf38c5c5cfe760cff9a48c52f5 # Parent 3b7aabd02e11fcfc015b3a90a0c52d971a7b8a83 This assumption fails when building and running tests from a source tarball, e.g. Differential Revision: https://phab.mercurial-scm.org/D8571 |
no | ||||
deb_specific__optional-dependencies | deb_specific__optional-dependencies Suggest Debian packages for some optional dependencies. |
Python Applications Packaging Team | no | 2020-08-16 | ||
deb_specific__disable_libdir_replacement.patch | Disabled hginstallscripts @LIBDIR@ replacement in setup.py. setup.py replaces @LIBDIR@ in the hg script, with a path that differs between Python versions. libdir in hg doesn't need to be set if mercurial is available in the public namespace, as it is in Debian. hg doesn't alter sys.paths if this replacement hasn't happened. |
Stefano Rivera <stefanor@debian.org> | not-needed | debian | 2020-08-16 | |
0005-Tolerate-SIGINT-getting-the-kill-in-test-stdio.py.patch | Tolerate SIGINT getting the kill in test-stdio.py. | Tristan Seligmann <mithrandi@debian.org> | yes | 2020-08-17 | ||
python-3.9.2.patch | tests: make test-archive.t pass on py3.9 (issue6504) Something got stricter at parsing URL query parameters and now the parameters need to be separated by "&"; ";" is no longer allowed. See issue6504 for details. Differential Revision: https://phab.mercurial-scm.org/D10472 |
Martin von Zweigbergk <martinvonz@google.com> | no | debian | upstream, https://www.mercurial-scm.org/repo/hg/rev/dc8976cc3a6e | 2021-05-21 |