mercurial 4.5-1 source package in Ubuntu

Changelog

mercurial (4.5-1) unstable; urgency=medium

  * New upstream release.
    - Drop libjs-excanvas as no longer used by upstream.

 -- Tristan Seligmann <email address hidden>  Sun, 11 Feb 2018 08:51:26 +0200

Upload details

Uploaded by:
Python Applications Packaging Team
Uploaded to:
Sid
Original maintainer:
Python Applications Packaging 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_4.5-1.dsc 2.2 KiB 8a371703cbd4668aacd5f82fb48d716a6c545d0ec60439d2b01c420294270683
mercurial_4.5.orig.tar.gz 5.6 MiB 4d9338d9f9d88dc90b836d1227a3677e3347efaf2a118cc97d7fd1f605f1f265
mercurial_4.5-1.debian.tar.xz 52.9 KiB b8e37588dd80bd42bc23ff2efb4ae0d6807b841a7b7783493e234f05b09032b3

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