1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/devel/mercurial/pkg-descr
Ruslan Makhmatkhanov 7a5cfce790 - update to 2.3
- adjust local patch for new version
- tab -> space in pkg-descr:WWW

changelog:
http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_2.3_.282012-08-01.29
2012-08-08 18:26:40 +00:00

16 lines
688 B
Plaintext

Mercurial is a fast, lightweight source control management system designed for
efficient handling of very large distributed projects. Features include:
* O(1) delta-compressed file storage and retrieval scheme
* Complete cross-indexing of file 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
* GPL license
WWW: http://www.selenic.com/mercurial/