mercurial 2.7.2-1 source package in Ubuntu

Changelog

mercurial (2.7.2-1) unstable; urgency=low


  * New upstream release
  * Revert breaks of mercurial-git back to << 0.4.0-1 (Closes: #725145)
  * Re-enable the testsuite as the tests that timeout can be blacklisted

 -- Javi Merino <email address hidden>  Wed, 02 Oct 2013 23:55:58 +0100

Upload details

Uploaded by:
Python Applications Packaging Team
Uploaded to:
Sid
Original maintainer:
Python Applications Packaging Team
Architectures:
any all
Section:
vcs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mercurial_2.7.2-1.dsc 1.5 KiB 4fe8dbf35f1da1cd7d99e99ebd3875fe776b403cd285b96572f1619403d632ce
mercurial_2.7.2.orig.tar.gz 3.6 MiB b3f067eaa9fdf6818cc78526d4815ab4332252ffa07a2488c8b6939ac6b37c0b
mercurial_2.7.2-1.debian.tar.gz 37.4 KiB 8a8005764dd89a3f07704982eb9051c0a91636a0437789f5b3ded41ee229692b

Available diffs

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.