mercurial 6.7.3-1ubuntu1 source package in Ubuntu

Changelog

mercurial (6.7.3-1ubuntu1) oracular; urgency=medium

  * Merge from Debian unstable, remaining changes:
  * Add some tests to the blacklist, failing on the buildds:
    - test-profile.t test, HTTP server timeout.
    - test-http-bad-server.t
      s390x: OSError: [Errno 107] Transport endpoint is not connected.
  * Dropped test from the blacklist, no longer needed:
    - test-clone-stream.t,
      mercurial/worker.py:207: DeprecationWarning: This process (pid=36904)

mercurial (6.7.3-1) unstable; urgency=medium

  * New upstream bugfix release.

 -- Graham Inggs <email address hidden>  Wed, 29 May 2024 12:15:37 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Oracular
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel

Downloads

File Size SHA-256 Checksum
mercurial_6.7.3.orig.tar.gz 7.9 MiB 00196944ea92738809317dc7a8ed7cb21287ca0a00a85246e66170955dcd9031
mercurial_6.7.3.orig.tar.gz.asc 659 bytes 67c0e63babfa3a6957031e61b7f29a49d3808566e89bfdf68aa0d0a021843e9e
mercurial_6.7.3-1ubuntu1.debian.tar.xz 68.1 KiB 733810a80f955fba5f6e3e456aacc671356f7b1c17ff4af9244af322a29abd70
mercurial_6.7.3-1ubuntu1.dsc 2.8 KiB dd33b7583e1b7956b676529feb5d3a70e44f81f7eee43d9f567ecd301bd63ea6

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