mercurial 4.5.2-1ubuntu1 source package in Ubuntu

Changelog

mercurial (4.5.2-1ubuntu1) bionic; urgency=medium

  * Drop hgsubversion test, removed from bionic.

 -- Dimitri John Ledkov <email address hidden>  Wed, 28 Mar 2018 04:29:14 +0100

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
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_4.5.2.orig.tar.gz 5.5 MiB a44a9ffd1c9502a4f97298a6bbcb8a79fc8192424c760c67f17b45c12114e390
mercurial_4.5.2.orig.tar.gz.asc 873 bytes 7fe786457426dfce7f1309845e80df374bb1e3a58b4499a666e798acd09c9948
mercurial_4.5.2-1ubuntu1.debian.tar.xz 57.5 KiB 0f641f21ffb5836c2ba87d42c2b85eed7d8932636d1f8dd7e5a715bec4d9d1de
mercurial_4.5.2-1ubuntu1.dsc 2.4 KiB 08edbe1f9d4aee01c75028747dfe10926ea2278536a953ac03125070f96f4ac8

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