mercurial 4.4.1-1 source package in Ubuntu

Changelog

mercurial (4.4.1-1) unstable; urgency=medium

  * New upstream release.
    - Refresh patches, remove patches applied upstream.
  * Replace rename with file-rename as this is gone from perl.

 -- Tristan Seligmann <email address hidden>  Mon, 13 Nov 2017 06:19:31 +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.4.1-1.dsc 2.2 KiB 3b7767d1d20c5f3e43b950e7be56978dcaa02cb1daa109809e93f7d210b87ac5
mercurial_4.4.1.orig.tar.gz 5.4 MiB 8f2a5512d6cc2ffb08988aef639330a2f0378e4ac3ee0e1fbbdb64d9fff56246
mercurial_4.4.1-1.debian.tar.xz 52.9 KiB 83d64cd2fe2e6eb1510e9a7dc4613e7ea9d865a315e2a8cde42c47e1f13dd595

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