mercurial 6.0.1-3 source package in Ubuntu

Changelog

mercurial (6.0.1-3) unstable; urgency=medium

  * Use upstream's Makefile to build/install chg and man pages.

 -- Julien Cristau <email address hidden>  Thu, 13 Jan 2022 16:23:32 +0100

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.0.1-3.dsc 2.7 KiB 5c85281907863d66192478e1657577afc7b528a06fe6788c97fba077d82f5659
mercurial_6.0.1.orig.tar.gz 7.7 MiB 05fd0b480389c96547f5a6c769e90ee00f1d13f7ac0d465e40a381c6cf3a56e2
mercurial_6.0.1.orig.tar.gz.asc 659 bytes 6bb922c665bc3971b536f89051a93923839d2c5fcfe086ff73710efe4f2b493c
mercurial_6.0.1-3.debian.tar.xz 66.8 KiB 05727cce1f98dbb4d7e59b164d0eabbc0b78da46ea2e8e7e56b1354c1582e135

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