mercurial 5.2.2-1ubuntu4 source package in Ubuntu

Changelog

mercurial (5.2.2-1ubuntu4) focal; urgency=medium

  * No-change rebuild with fixed binutils on arm64.

 -- Matthias Klose <email address hidden>  Mon, 10 Feb 2020 08:23:15 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Python Applications Packaging 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_5.2.2.orig.tar.gz 7.0 MiB ffc5ff47488c7b5dae6ead3d99f08ef469500d6567592a25311838320106c03b
mercurial_5.2.2.orig.tar.gz.asc 833 bytes eb0b593430b961624d37df6328846df217c25a99d4f5c2ba92a22ac6661e4417
mercurial_5.2.2-1ubuntu4.debian.tar.xz 58.3 KiB dc7fe0b1352fbb34d63648e6747e0de941237323851cef575be848868f45118d
mercurial_5.2.2-1ubuntu4.dsc 2.7 KiB 8ae169f6c5fb0d70fdd19e082f399072b50e77613ad322f80167a67a9b0f42bc

Available diffs

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