mercurial 2.8.2-1 source package in Ubuntu

Changelog

mercurial (2.8.2-1) unstable; urgency=medium


  * New upstream release
  * Drop for_upstream__fix_i18n.patch as it's now included upstream
  * Make uscan verify the signature of downloaded tarballs

 -- Javi Merino <email address hidden>  Thu, 02 Jan 2014 17:31:05 +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_2.8.2-1.dsc 2.2 KiB bd50714432d8d17cec56e37cf753195dd761cf7930a4a46af8ec4c7b9c3a80e3
mercurial_2.8.2.orig.tar.gz 3.7 MiB c8a5baa21140c6cd6749c3b52b5e5e4a14b6b8ee7c518d9d9de09b1952efbe6f
mercurial_2.8.2-1.debian.tar.gz 46.8 KiB 64fac5e6fc0f4b7b48b738513278d9692fbbd2da8187484e1236d1bd9ea81fd3

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.