mercurial 6.6.1-1 source package in Ubuntu

Changelog

mercurial (6.6.1-1) unstable; urgency=medium

  * New upstream bugfix release.
  * Mark test-copies-chain-merge as slow, so it's skipped.

 -- Julien Cristau <email address hidden>  Mon, 11 Dec 2023 14:23:00 +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.6.1-1.dsc 2.7 KiB e08ee373decabe9f4b51c0cfeabff8bc34e8f7a999ecfcc63cfe622a3732487d
mercurial_6.6.1.orig.tar.gz 7.9 MiB a29465a3fe40a3e8d49ba8343134ac2aba286b683ffeb838da0cf6e4521f9695
mercurial_6.6.1.orig.tar.gz.asc 659 bytes 9ea9cdb932a7f671540171cd853d1da41e6d8332fa2c63fc5d5d857611a669a5
mercurial_6.6.1-1.debian.tar.xz 67.9 KiB 1933041245810e8a819e149295fe8919de2790dfc7cd8558026ada3d3da0646c

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