mercurial 4.5.2-0ubuntu2 source package in Ubuntu

Changelog

mercurial (4.5.2-0ubuntu2) bionic; urgency=medium

  * Fix passing the blacklist file in the autopkg tests.
  * Ignore the test-http-bad-server.t test failure, fails on some buildds.

 -- Matthias Klose <email address hidden>  Thu, 15 Mar 2018 07:12:24 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Bionic
Original maintainer:
Python Applications Packaging Team
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mercurial_4.5.2.orig.tar.gz 5.5 MiB a44a9ffd1c9502a4f97298a6bbcb8a79fc8192424c760c67f17b45c12114e390
mercurial_4.5.2-0ubuntu2.debian.tar.xz 53.0 KiB bdac8572fa182fd1f75bf4aca86a788885f619780c805e0ce0c8d4f42313bf09
mercurial_4.5.2-0ubuntu2.dsc 2.4 KiB 9f814b329a0e62d373d8aa6a158d044587f24a4782cfc95b18d1e089231cc251

View changes file

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