mercurial 6.6.3-1 source package in Ubuntu

Changelog

mercurial (6.6.3-1) unstable; urgency=medium

  * New upstream bugfix release
    - histedit-ncurses.patch: remove, applied upstream

 -- Julien Cristau <email address hidden>  Tue, 27 Feb 2024 15:03:16 +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.6.3-1.dsc 2.7 KiB a5c4e53757a0e199a091dbe23c53397d56181f54d57a37e7ed21f3cdb38774ed
mercurial_6.6.3.orig.tar.gz 7.9 MiB f75d6a4a75823a1b7d713a4967eca2f596f466e58fc6bc06d72642932fd7e307
mercurial_6.6.3.orig.tar.gz.asc 659 bytes 879623d4c4cc62fb2c8636b058431950095e5c0397c65a7e8fbae4dd52c725d9
mercurial_6.6.3-1.debian.tar.xz 68.0 KiB b6dcc37bd8fb3f07cca4966ae1830c92eafc650f495d510789efab635f7fd2f3

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