mercurial 1.9.1-1 source package in Ubuntu

Changelog

mercurial (1.9.1-1) unstable; urgency=low

  * Convert to dh_python2
  * New upstream release 1.9.1 fixes "cannot import mercurial.httpclient
    with Python 2.7: 'module' object has no attribute 'PROTOCOL_SSLv2'"
    (Closes: #635496)
 -- Micah Gersten <email address hidden>   Wed,  10 Aug 2011 11:55:03 +0000

Upload details

Uploaded by:
Micah Gersten
Uploaded to:
Oneiric
Original maintainer:
Python Applications Packaging Team
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mercurial_1.9.1.orig.tar.gz 2.8 MiB f379140cfa51252845d272e5774e8cf61cb6483f3071650518fcb4fc0254c50f
mercurial_1.9.1-1.debian.tar.gz 32.7 KiB dd763f6b91ff599b438b56f27f1d86db73dc8632ea0834a2ac959aa9ba3bca64
mercurial_1.9.1-1.dsc 1.4 KiB abb951203d89fa60b50e1417fcda3d279082ca43f54ce1eae9a4223d977d9d08

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.