mercurial 5.2.2-1ubuntu2 source package in Ubuntu

Changelog

mercurial (5.2.2-1ubuntu2) focal; urgency=medium

  * Explictly call python2 instead of python

 -- Gianfranco Costamagna <email address hidden>  Fri, 10 Jan 2020 09:14:48 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Focal
Original maintainer:
Python Applications Packaging Team
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_5.2.2.orig.tar.gz 7.0 MiB ffc5ff47488c7b5dae6ead3d99f08ef469500d6567592a25311838320106c03b
mercurial_5.2.2.orig.tar.gz.asc 833 bytes eb0b593430b961624d37df6328846df217c25a99d4f5c2ba92a22ac6661e4417
mercurial_5.2.2-1ubuntu2.debian.tar.xz 58.2 KiB 2620e748a08958ad1039ad60b371b89206f4715b3210daee55f2223bbe1d704a
mercurial_5.2.2-1ubuntu2.dsc 2.7 KiB 2b391e1504e3e7baec729111ee9dcec3d3a0384cec1f5c7bb8c98aa31d8c68fb

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