mercurial 6.6-1 source package in Ubuntu

Changelog

mercurial (6.6-1) unstable; urgency=medium

  * New upstream release.

 -- Julien Cristau <email address hidden>  Tue, 05 Dec 2023 15:17:28 +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.dsc 2.7 KiB c1ce1961d0dc737fc18e5f5f2f19424af798cee6be97d3e33ca268135482cd03
mercurial_6.6.orig.tar.gz 7.9 MiB 6bfd71cba0df3b18de424216b30e2a541cca6e0104853d3334be80a2ab09a4ad
mercurial_6.6.orig.tar.gz.asc 659 bytes d90a51d0c0daae80c98d0cb4d3c6acb054f068e164393cde691b81810d6d8607
mercurial_6.6-1.debian.tar.xz 67.7 KiB 215fdce8f1236fa58baf5318f7d9e06aa07d7f3b967888b5ea017ea99f3feff2

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