mercurial 6.1.1-1 source package in Ubuntu

Changelog

mercurial (6.1.1-1) sid; urgency=medium

  * New upstream bugfix release.
  * Fix test failures with python 3.10 (closes: #1008747).

 -- Julien Cristau <email address hidden>  Mon, 11 Apr 2022 14:08:09 +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.1.1-1.dsc 2.7 KiB 87dbf5dcb5e00356fd8fd4e5684c66479528f1b87ff183c0fe37eaad4922b7c6
mercurial_6.1.1.orig.tar.gz 7.7 MiB 57b8a461d0ce13d9ae3817d8a8bdf9032e34edfaac3dbccb3b66b835dce93388
mercurial_6.1.1.orig.tar.gz.asc 659 bytes f26bfa83fe61f219835a663e016c9c8d9dcca2f88fa782de74a25f484dd288e4
mercurial_6.1.1-1.debian.tar.xz 71.5 KiB d7588c7905d6d1654a12baa4408e8f0f9e8d3f2e5afda259b6946ac03ae81726

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-dbgsym: debug symbols for mercurial