mercurial 2.0.1-2 source package in Ubuntu

Changelog

mercurial (2.0.1-2) unstable; urgency=low

  * Team Upload  
  * Update Breaks for hgsubversion (see bug #646946), hg-git (see bug
    #645037), hgview (see bug #637400), and qct (see bug #637401).
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  03 Jan 2012 02:34:17 +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-2.debian.tar.gz 34.2 KiB 4ab4f9e6762a2e9804c578e71315622192f367411c9e4e0a91cdbdb13b966cd3
mercurial_2.0.1-2.dsc 2.1 KiB b86d16927300600414bbd754f66ee5725305a58a1f3851d175d220de9b66049e

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.