mercurial 2.8.1-1 source package in Ubuntu

Changelog

mercurial (2.8.1-1) unstable; urgency=low


  * New upstream release (Closes: #731471)
  * Add myself to Uploaders.
  * Add patch to fix test-i18n.
  * Remove pyflakes test to avoid build failures when pyflakes is installed.

 -- Tristan Seligmann <email address hidden>  Fri, 06 Dec 2013 01:14:40 +0200

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.8.1-1.dsc 2.2 KiB ab7ee2a0bdfa107eb8c3d522c6fc34051a6a8995e5d93517fcd6c2f9904265ca
mercurial_2.8.1.orig.tar.gz 3.7 MiB d239a204cc76b6456b4121eaf35e584f33c510855865da0376dd1f708dd33366
mercurial_2.8.1-1.debian.tar.gz 37.8 KiB 32120cc68262c9fe05162bbe98f09b0f37b6e51ac3f4381a6c553eb551de3d5c

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.