mercurial 4.5.2-0ubuntu1 source package in Ubuntu

Changelog

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

  * New upstream bug fix release.

 -- Matthias Klose <email address hidden>  Mon, 12 Mar 2018 13:06:09 +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-0ubuntu1.debian.tar.xz 53.0 KiB 2b7d0282c4242d2bc4b0e6391907f5584774803989695b379b8050c3c1fead6e
mercurial_4.5.2-0ubuntu1.dsc 2.4 KiB 732400c84bad4b7431d5e5084458c84cdd87651a9552e5193743b9d560c3704a

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