mercurial 6.2.2-1build1 source package in Ubuntu

Changelog

mercurial (6.2.2-1build1) lunar; urgency=medium

  * No-change rebuild with Python 3.11 as supported

 -- Graham Inggs <email address hidden>  Wed, 02 Nov 2022 10:27:53 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
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.2.2.orig.tar.gz 7.7 MiB 9efa9da5f497a8750ac9c48fa431c4ab72209f1360180c5d4920d1311b0420df
mercurial_6.2.2.orig.tar.gz.asc 659 bytes 662079f5a5d4a44b8981b5b5353f5bf030a35fca4e8a0bef100fb83fc19ec78f
mercurial_6.2.2-1build1.debian.tar.xz 68.4 KiB 80ac9da4deda0cfa6aff9758f1bd7ae368b3d891610ce06690ccd71860062a11
mercurial_6.2.2-1build1.dsc 2.7 KiB 180de96cb61275e4cb2af6eca69f99eb919fca71719221f2377f8968ff1c287c

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-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