mercurial 4.5.3-1ubuntu1 source package in Ubuntu

Changelog

mercurial (4.5.3-1ubuntu1) bionic; urgency=medium

  * Merge with Debian; remaining changes:
    - Drop hgsubversion test, removed from bionic.
  * Pass the same TESTFLAGS to the autopkg tests, as done for the test
    during package build.
  * Mark the test-http-bad-server.t as failing (Ubuntu ppc64el autopkg test).

mercurial (4.5.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream bugfix release

 -- Matthias Klose <email address hidden>  Sat, 07 Apr 2018 14:48:43 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
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.3.orig.tar.gz 5.6 MiB 9c4cb257ef1e59e9aba693cc285a6136f7bb4e8300f598ff50ff8b6fc77808fc
mercurial_4.5.3.orig.tar.gz.asc 833 bytes 578a21314a0ab790777c88ae4af6bab66f8cf72e94f2d09580f9dfa3197ce326
mercurial_4.5.3-1ubuntu1.debian.tar.xz 57.7 KiB ea4069eb93fec6fc0f1be3cef613e6d88c389a7f11326df3e6b2c4827a170488
mercurial_4.5.3-1ubuntu1.dsc 2.7 KiB b35c0ef529d88ef6973dfae44a985ebdffabaf0b392d9439da2ea9d8194d5ca5

Available diffs

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