mercurial 2.8.2-1ubuntu1 source package in Ubuntu

Changelog

mercurial (2.8.2-1ubuntu1) trusty; urgency=medium

  * debian/tests/control:
    - Add "allow-stderr" restriction to "testsuite" as it prints out a "Tested
      with unexpected mercurial lib:" warning.
    - Disable hgsubversion test as it needs access to anonscm.debian.org which
      we don't have in Ubuntu CI.
 -- Martin Pitt <email address hidden>   Thu, 16 Jan 2014 17:25:51 +0100

Upload details

Uploaded by:
Martin Pitt
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe devel

Downloads

File Size SHA-256 Checksum
mercurial_2.8.2.orig.tar.gz 3.7 MiB c8a5baa21140c6cd6749c3b52b5e5e4a14b6b8ee7c518d9d9de09b1952efbe6f
mercurial_2.8.2-1ubuntu1.debian.tar.gz 46.8 KiB d6b47f1b7cdb4231ad6b8b0824b3356ba1f75bc9391c94382efed347a075e529
mercurial_2.8.2-1ubuntu1.dsc 2.3 KiB c7a73958e8b2e5ba8c47b3fb3f1af7d9aa13a77f4fd0b6bdad07982965f4d277

View changes file

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.