mercurial.git
2 years agoDisabled hginstallscripts @LIBDIR@ replacement in setup.py.
Stefano Rivera [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
Disabled hginstallscripts @LIBDIR@ replacement in setup.py.

Bug-Debian: http://bugs.debian.org/620087
Bug-Ubuntu: https://bugs.launchpad.net/bugs/745250
Forwarded: not-needed

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.

Gbp-Pq: Name deb_specific__disable_libdir_replacement.patch

2 years agodeb_specific__optional-dependencies
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
deb_specific__optional-dependencies

Suggest Debian packages for some optional dependencies.

Gbp-Pq: Name deb_specific__optional-dependencies

2 years agodeb_specific__hgk.py
Python Applications Packaging Team [Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)]
deb_specific__hgk.py

Set default hgk path for hgk outside bin.

Gbp-Pq: Name deb_specific__hgk.py.patch

2 years agoproposed_upstream__doctest.path
Debian Python Team [Tue, 12 Dec 2023 12:28:02 +0000 (13:28 +0100)]
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
test: make test-doctest.py work when it's not run from a mercurial repo

This assumption fails when building and running tests from a source
tarball, e.g.

Differential Revision: https://phab.mercurial-scm.org/D8571

Gbp-Pq: Name proposed_upstream__doctest.path

2 years agotest-clone-stream-bigendian
Debian Python Team [Tue, 12 Dec 2023 12:28:02 +0000 (13:28 +0100)]
test-clone-stream-bigendian

Gbp-Pq: Name test-clone-stream-bigendian.patch

2 years agohistedit-ncurses
Debian Python Team [Tue, 12 Dec 2023 12:28:02 +0000 (13:28 +0100)]
histedit-ncurses

# HG changeset patch
# User Julien Cristau <jcristau@mozilla.com>
# Date 1702378068 -3600
#      Tue Dec 12 11:47:48 2023 +0100
# Branch stable
# Node ID e306d552dfb126efec571c5834400c84809c7efb
# Parent  cde293e04ca05ca8e324d9640b73b3056bfb0033
# EXP-Topic histedit-endwin
histedit: remove superfluous echo() and endwin() calls (issue6859)

ncurses patchlevel 20231111 started returning an error from endwin() if
called twice without a intervening screen update.

Per Sven Joachim in
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058041#17: "AFAICS,
invoking curses.echo() and curses.endwin() is superfluous
because curses.wrapper already does that for you, and calling
curses.endwin() twice throws an error with the newer ncurses.  Removing
those two lines should fix the problem."

Gbp-Pq: Name histedit-ncurses.patch

2 years agomercurial (6.6.1-2) unstable; urgency=medium
Julien Cristau [Tue, 12 Dec 2023 12:28:02 +0000 (13:28 +0100)]
mercurial (6.6.1-2) unstable; urgency=medium

  * histedit: remove superfluous echo() and endwin() calls.  Fixes
    incompatibility with ncurses patch level 20231111, see #1058041.
    Thanks, Sven Joachim!

[dgit import unpatched mercurial 6.6.1-2]

2 years agoImport mercurial_6.6.1-2.debian.tar.xz
Julien Cristau [Tue, 12 Dec 2023 12:28:02 +0000 (13:28 +0100)]
Import mercurial_6.6.1-2.debian.tar.xz

[dgit import tarball mercurial 6.6.1-2 mercurial_6.6.1-2.debian.tar.xz]

2 years agoImport mercurial_6.6.1.orig.tar.gz
Julien Cristau [Mon, 11 Dec 2023 13:23:00 +0000 (14:23 +0100)]
Import mercurial_6.6.1.orig.tar.gz

[dgit import orig mercurial_6.6.1.orig.tar.gz]