mercurial 6.4.4-1 source package in Ubuntu

Changelog

mercurial (6.4.4-1) unstable; urgency=medium

  * New upstream release
    - chg-environ.patch: dropped, fixed upstream

 -- Julien Cristau <email address hidden>  Fri, 16 Jun 2023 15:14:31 +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.4.4-1.dsc 2.8 KiB 31a43bf878bfd6594438e1383698c1b20dac43b104845acbade436eaa4a4b030
mercurial_6.4.4.orig.tar.gz 7.8 MiB bb985397cb7470ee0158bee237097e2fddffad327e645a49497a33471e78a910
mercurial_6.4.4.orig.tar.gz.asc 659 bytes 3ff928fddba4220294d595214df82248d13939ecc06f42ea202e07fd787f1077
mercurial_6.4.4-1.debian.tar.xz 68.4 KiB 29deb85248c3f7cb326c1962b3603ccec5d77fcc809741ed9f47b94c8293ff8f

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