mercurial 2.0-2 source package in Ubuntu

Changelog

mercurial (2.0-2) unstable; urgency=low

  * Fix "Cloning fails with: mpatch.mpatchError: patch cannot be decoded"
    by not compiling bdiff.c with optimizations in armel.  This is
    probably a bug in gcc-4.6 (gcc 4.5 works fine) but while it's solved,
    at least mercurial works again in armel (Closes: #636396)

mercurial (2.0-1) unstable; urgency=low

  * New upstream release 2.0
  * Don't include empty directories in the package

mercurial (1.9.999+2.0rc1-1) experimental; urgency=low

  * Upstream 2.0 Release Candidate 1
  * Cover more uses of "defaults to sensible-editor" in the
    documentation and support ru and ro translations.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  25 Nov 2011 10:06:56 +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.orig.tar.gz 2.9 MiB affab78a4d5074c71f97c07fe211de958263444eb8d86b3ad6fb6d648eb6c594
mercurial_2.0-2.debian.tar.gz 34.0 KiB d1604b170c27f9c39a91910095024895be3b9e758cf9a541f1accb647fe7f7c0
mercurial_2.0-2.dsc 1.5 KiB cad1115edb04419df3d73f84043b0548d0428c44e82127cf823b6d793801d7f7

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.