mercurial 6.8-3 source package in Ubuntu

Changelog

mercurial (6.8-3) unstable; urgency=high

  * Adjust test-lfs-serve-access.t expected output to account to new
    variation.

 -- Julien Cristau <email address hidden>  Mon, 22 Jul 2024 21:20:36 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any all
Section:
vcs
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel

Downloads

File Size SHA-256 Checksum
mercurial_6.8-3.dsc 2.7 KiB 051145ba1b2692c0c925729eaa717457a8a89614d54b2ceb3248ee4d114dc1c2
mercurial_6.8.orig.tar.gz 7.9 MiB 08e4d0e5da8af1132b51e6bc3350180ad57adcd935f097b6d0bc119a2c2c0a10
mercurial_6.8.orig.tar.gz.asc 659 bytes 7cda2cb212a21ad66713ac7699442d542add753959059cd4acec33c761d10181
mercurial_6.8-3.debian.tar.xz 53.7 KiB 483041fa1b832b20a941abe6b6b593126921b64ccc17b0312b8693bcf448cfe9

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