mercurial 6.1-4 source package in Ubuntu

Changelog

mercurial (6.1-4) sid; urgency=medium

  * Upload to unstable.

 -- Julien Cristau <email address hidden>  Thu, 24 Mar 2022 20:39:34 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
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.1-4.dsc 2.7 KiB e1754da52a2c805e2056dab44540546f2cf212fb12d3120d12767f9bf1574308
mercurial_6.1.orig.tar.gz 7.7 MiB 86f98645e4565a9256991dcde22b77b8e7d22ca6fbb60c1f4cdbd8469a38cc1f
mercurial_6.1.orig.tar.gz.asc 659 bytes df14afa139944255c8280a00470d8e521b3af588e77b2687d0611226982ad3a2
mercurial_6.1-4.debian.tar.xz 67.2 KiB f94421cffb0e1c53d77f10a533f72344d9a3e5bedfb7e2452008ce122576b01c

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-dbgsym: debug symbols for mercurial