mercurial 4.5.2-1 source package in Ubuntu

Changelog

mercurial (4.5.2-1) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * d/copyright: Use https protocol in Format field
  * d/changelog: Remove trailing whitespaces

  [ Julien Cristau ]
  * Add Kevin Bullock's key to debian/upstream/signing-key.asc
  * New upstream release

 -- Julien Cristau <email address hidden>  Wed, 21 Mar 2018 13:32:27 +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_4.5.2-1.dsc 2.6 KiB bd47d3e52c2bbb94878e36fdd0b68fb1cacddadcb7ee286953b977112178d62f
mercurial_4.5.2.orig.tar.gz 5.5 MiB a44a9ffd1c9502a4f97298a6bbcb8a79fc8192424c760c67f17b45c12114e390
mercurial_4.5.2.orig.tar.gz.asc 873 bytes 7fe786457426dfce7f1309845e80df374bb1e3a58b4499a666e798acd09c9948
mercurial_4.5.2-1.debian.tar.xz 57.4 KiB 8857dd36e6028dfb46df598fabf6d02dd292ef5a3acebb9dd24464ae465598b4

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