mercurial 6.7.2-1ubuntu1 source package in Ubuntu

Changelog

mercurial (6.7.2-1ubuntu1) noble; urgency=medium

  * Blacklist the test-profile.t test, failing on the buildds.

 -- Matthias Klose <email address hidden>  Wed, 17 Apr 2024 10:03:34 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Python 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_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-1ubuntu1.debian.tar.xz 67.9 KiB b2be814a8c41a6f4144b44c8f45d9dfa2e89e3714948276b2fec1ce1ce708fbb
mercurial_6.7.2-1ubuntu1.dsc 2.7 KiB 8da03052794a66a62d2568676caba0fd30d1239fa907b7ad378008e9446316a3

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-dbgsym: debug symbols for mercurial