mercurial 2.0.2-1 source package in Ubuntu

Changelog

mercurial (2.0.2-1) unstable; urgency=low


  * New upstream revision
  * Fix "hg-ssh is installed system-wide but uses "/usr/bin/env python"
    as the python interpreter" with a patch that fixes the interpreter
    (Closes: #654925)

 -- Javi Merino <email address hidden>  Fri, 06 Jan 2012 22:09:32 +0000

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.0.2-1.dsc 1.5 KiB c89f6ca550a8dac1f2e36555208e518970f5a9e7e1dfa2bbba817e373ddf8a55
mercurial_2.0.2.orig.tar.gz 3.0 MiB ca8b8fb93f2e3e8c3cdf2f81d87e92592f5f20c5bfcaaeb6a75550d4a69572c9
mercurial_2.0.2-1.debian.tar.gz 34.4 KiB bee63a6b3d7c2e232878b924146a02497ec0b8aa702ab742e0f0c8f695e16cd4

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.