mercurial 2.8-2 source package in Ubuntu

Changelog

mercurial (2.8-2) unstable; urgency=medium


  * Increment testsuite timeout to 720 as test-gendoc.t takes a
    loooong time on armel
  * Don't run pyflakes on the autopkgtest for the testsuite, it fails to
    see the pyflakes error it's expecting (but it's not our job to fix
    python lint issues)

 -- Javi Merino <email address hidden>  Fri, 15 Nov 2013 14:10:00 +0000

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.dsc 2.1 KiB 37aea09db9c0a2273985dfaf8f1c55fe73451735945721ead5a85e4ad3c01371
mercurial_2.8.orig.tar.gz 3.7 MiB ff741754f6160e24278ba74afbde2afd4d5cb5ab532b69734629cce68bbe16ef
mercurial_2.8-2.debian.tar.gz 37.1 KiB b21a7388931c21f86eb8ff061bfa5f1f71f18650ebcacc59b43c918f463d7ebc

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.