mercurial 5.2.1-1 source package in Ubuntu

Changelog

mercurial (5.2.1-1) unstable; urgency=medium

  * New upstream bugfix release.
  * for_upstream__dont_rm_usr_bin_python_when_running_testsuite.patch: drop,
    obsolete since 2014.
  * autopkgtest: add clang-format dependency, list other optional dependencies
    that are currently disabled.
  * Replace deb_specific__use_sensible-editor.patch with a config snippet that
    sets default values for ui.editor and pager.pager.
  * Bump hgsubversion Breaks.

 -- Julien Cristau <email address hidden>  Fri, 06 Dec 2019 15:47:38 +0100

Upload details

Uploaded by:
Python Applications Packaging Team
Uploaded to:
Sid
Original maintainer:
Python Applications Packaging 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_5.2.1-1.dsc 2.7 KiB 45ec2d254165bf09b273aef2255b724db9fb5bf53668cecd738da5775f9d6e1f
mercurial_5.2.1.orig.tar.gz 7.0 MiB 18b1550abf9872a6905eb67527bc73e13f2a448830cca9be883528b0ce68b3df
mercurial_5.2.1.orig.tar.gz.asc 833 bytes a357cdab85c82adccdb083a28c0757b516ea518f0066d3a93c84331fa23f1eab
mercurial_5.2.1-1.debian.tar.xz 58.1 KiB e137f742d4a05d833fdd4c6e56702639fb3babf396174d52f1b0f37acdb38d56

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