mercurial 6.0.2-1build1 source package in Ubuntu

Changelog

mercurial (6.0.2-1build1) jammy; urgency=medium

  * No-change rebuild with Python 3.10 only

 -- Graham Inggs <email address hidden>  Thu, 17 Mar 2022 19:29:35 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Jammy
Original maintainer:
Debian Python Team
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mercurial_6.0.2.orig.tar.gz 7.7 MiB 5fb4c36d3856292ebf584051d59306d96ad8aa32b5537452b1d9c476f95ab11a
mercurial_6.0.2.orig.tar.gz.asc 659 bytes 1eb4697e4847cee637eae38ada61fa9326ed840bd47247304953512858c0f5bc
mercurial_6.0.2-1build1.debian.tar.xz 66.9 KiB d81b416ca0552c2eeaa83ab7af7f01ad083426f8bb32a13bc20362fac159c668
mercurial_6.0.2-1build1.dsc 2.7 KiB 10ec129040e317fc63903e060f7462e9694eb085325516525eab6618560c7ca3

View changes file

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