mercurial 6.7.2-1ubuntu2 source package in Ubuntu

Changelog

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

  * Add some tests to the blacklist, failing on the buildds:
    - test-profile.t test, HTTP server timeout.
    - test-clone-stream.t,
      mercurial/worker.py:207: DeprecationWarning: This process (pid=36904)
      is multi-threaded, use of fork() may lead to deadlocks in the child.
    - test-http-bad-server.t
      s390x: OSError: [Errno 107] Transport endpoint is not connected.

 -- Matthias Klose <email address hidden>  Wed, 17 Apr 2024 12:54:14 +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
Noble release universe devel

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-1ubuntu2.debian.tar.xz 68.0 KiB 0e38cc8c9eb11720ad08df3c654e51730cdb49c864c1490cd868a733e4dc7d90
mercurial_6.7.2-1ubuntu2.dsc 2.7 KiB 0fd5f7a44285282e54e27d57f26594e84ccfe8a2a26503c5e0c1b2717400666d

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