mercurial 5.9-3 source package in Ubuntu

Changelog

mercurial (5.9-3) unstable; urgency=medium

  * Further adjust tests for endianness-related variations.
  * Silence yet another test warning about `which`.

 -- Julien Cristau <email address hidden>  Wed, 25 Aug 2021 19:54:04 +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_5.9-3.dsc 2.7 KiB a20c2c7ff21bdd5082c31139766ebe76e976a470c1263d111693ac47bca5b910
mercurial_5.9.orig.tar.gz 7.7 MiB 70d53f72d495e97f1bac6e6bf65b9c760dc1d52e166c0b9754d1e54371c1307a
mercurial_5.9.orig.tar.gz.asc 833 bytes e15157a0e65811cd12c8311fbbfbb398cc10b36c91f13b7b88a26d3a43290a4d
mercurial_5.9-3.debian.tar.xz 68.8 KiB 3244cc58529fa578f5ffbc68f84b3a67cb74a69ec6aa25fa5dc34d07cb4af1ed

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