mercurial 6.7.2-1 source package in Ubuntu

Changelog

mercurial (6.7.2-1) unstable; urgency=medium

  * New upstream bugfix release.

 -- Julien Cristau <email address hidden>  Sun, 31 Mar 2024 15:25:51 +0200

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.7.2-1.dsc 2.7 KiB 903c49bf8937e4d5de9c354363f28419ebaaa1b8328c09728785faf0fd4d208a
mercurial_6.7.2.orig.tar.gz 7.9 MiB 1c22070c05dfaac41ff88a39ce2508dde480f0dd05d45d7efab4c5cdc6ddd806
mercurial_6.7.2.orig.tar.gz.asc 659 bytes 954a0ee6421c46ab815956465c821336e96d7af32c69d138b0f2b9ad6bdaf431
mercurial_6.7.2-1.debian.tar.xz 67.8 KiB 033fd110d988e8cc32d43310706bdbd387f00f1a939fcdb2727e3aac5effcd7a

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