mercurial 6.0-1 source package in Ubuntu

Changelog

mercurial (6.0-1) experimental; urgency=medium

  * New upstream release

 -- Julien Cristau <email address hidden>  Tue, 23 Nov 2021 20:37:36 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Experimental
Original maintainer:
Debian Python Team
Architectures:
any all
Section:
vcs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mercurial_6.0-1.dsc 2.7 KiB 102c5466654f4ea5f624f9b20fb6d9e5c21a9a1abb9bd5887b214fd85057f4cf
mercurial_6.0.orig.tar.gz 7.8 MiB 53b68b7e592adce3a4e421da3bffaacfc7721f403aac319e6d2c5122574de62f
mercurial_6.0.orig.tar.gz.asc 833 bytes 591cccabc8f11dfedd1d2129147c56935c6b4d9f19fa8df303a716e965751a72
mercurial_6.0-1.debian.tar.xz 67.9 KiB 3bc7a4b4126a47d18c1a37545427f71b6309059331421314710483fe9db7c33c

Available diffs

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.

mercurial-dbgsym: debug symbols for mercurial