mercurial 2.0.1-1 source package in Ubuntu

Changelog

mercurial (2.0.1-1) unstable; urgency=low

  * New upstream revision (Closes: #650727).
  * Fix "new -rc release are not properly parsed by watch" with a patch
    from Pierre-Yves David <email address hidden> (Closes:
    #650728)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  13 Dec 2011 09:42:47 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Python Applications Packaging Team
Architectures:
any all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mercurial_2.0.1.orig.tar.gz 3.0 MiB 6b9e6870e21e7161bb2e44c09e078e622ad7dd46bf5a122d3155319919dc1b38
mercurial_2.0.1-1.debian.tar.gz 34.2 KiB 5793f637dfb2bca80ddb421f90aeb1a4dc31b0438ec4522da9e3a1919861d043
mercurial_2.0.1-1.dsc 1.5 KiB 8f1eb9d2484e72f7a29d0b404f80b8d971233db9fbb4c3a28946253227b4d056

Available diffs

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.