mercurial 6.5.2-2ubuntu3 source package in Ubuntu

Changelog

mercurial (6.5.2-2ubuntu3) noble; urgency=medium

  * Build-depend on python3-zombie-imp
  * Fix install changes in python3

 -- Gianfranco Costamagna <email address hidden>  Tue, 07 Nov 2023 11:23:54 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Noble
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.5.2.orig.tar.gz 7.9 MiB afc39d7067976593c8332b8e97a12afd393b55037c5fb9c3cab1a42c7560f60a
mercurial_6.5.2.orig.tar.gz.asc 659 bytes c61c80e2e1b45c18345238bd19c835e4cc4cfdc6ef3ef3ef004bcb16da0eeeb1
mercurial_6.5.2-2ubuntu3.debian.tar.xz 67.8 KiB 035f2909c299661f88567f49695f80145474e0eff8ab6611029672a927e6a249
mercurial_6.5.2-2ubuntu3.dsc 2.8 KiB 13f40171bc9265c6da3250a5fdcd842f11d83b32e35833e2193b29872279b5f1

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