mercurial 6.6.1-2 source package in Ubuntu

Changelog

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!

 -- Julien Cristau <email address hidden>  Tue, 12 Dec 2023 13:28:02 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any all
Section:
vcs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mercurial_6.6.1-2.dsc 2.7 KiB e04e28910cab137a7b4bde1948f9a19f4c07b5a9133cc9563d7b41162f1b30dc
mercurial_6.6.1.orig.tar.gz 7.9 MiB a29465a3fe40a3e8d49ba8343134ac2aba286b683ffeb838da0cf6e4521f9695
mercurial_6.6.1.orig.tar.gz.asc 659 bytes 9ea9cdb932a7f671540171cd853d1da41e6d8332fa2c63fc5d5d857611a669a5
mercurial_6.6.1-2.debian.tar.xz 68.6 KiB 475ac5c14e25b2e203cf60e75e01cbec62f86b9ad341bec44464cfd1ccf38965

Available diffs

No changes file available.

Binary packages built by this source

mercurial: easy-to-use, scalable distributed version control system

 Mercurial is a fast, lightweight Source Control Management system designed
 for efficient handling of very large distributed projects.
 .
 Its features include:
  * O(1) delta-compressed file storage and retrieval scheme
  * Complete cross-indexing of files and changesets for efficient exploration
    of project history
  * Robust SHA1-based integrity checking and append-only storage model
  * Decentralized development model with arbitrary merging between trees
  * High-speed HTTP-based network merge protocol
  * Easy-to-use command-line interface
  * Integrated stand-alone web interface
  * Small Python codebase
 .
 This package contains the architecture dependent files.

mercurial-common: easy-to-use, scalable distributed version control system (common files)

 Mercurial is a fast, lightweight Source Control Management system designed
 for efficient handling of very large distributed projects.
 .
 This package contains the architecture independent components of Mercurial,
 and is generally useless without the mercurial package.

mercurial-dbgsym: debug symbols for mercurial