mercurial 6.5.2-2 source package in Ubuntu

Changelog

mercurial (6.5.2-2) unstable; urgency=medium

  * Fix test-clone-stream.t failure causing FTBFS on big endian

 -- Julien Cristau <email address hidden>  Wed, 27 Sep 2023 10:27:49 +0200

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.5.2-2.dsc 2.7 KiB fc56db9252a8124669bf03a4dfba36ada6405fc9ee9f53b7a52c57f20882e13f
mercurial_6.5.2.orig.tar.gz 7.9 MiB afc39d7067976593c8332b8e97a12afd393b55037c5fb9c3cab1a42c7560f60a
mercurial_6.5.2.orig.tar.gz.asc 659 bytes c61c80e2e1b45c18345238bd19c835e4cc4cfdc6ef3ef3ef004bcb16da0eeeb1
mercurial_6.5.2-2.debian.tar.xz 67.5 KiB c8382c93a0448cab79c20ec24cffa9ab60446d7d87ada187230cd7d7eb0c6adf

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