diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-13 19:05:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-13 19:05:23 +0000 |
commit | 2881484ded82e964fe631d803665d3c8f6708fff (patch) | |
tree | 7330ead274e45ae0d767e6adde348f9526358fbf /devel/mercurial/pkg-descr | |
parent | 1146527e698eaffa04776ba3c0248a8ea45cb750 (diff) |
Notes
Diffstat (limited to 'devel/mercurial/pkg-descr')
-rw-r--r-- | devel/mercurial/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/mercurial/pkg-descr b/devel/mercurial/pkg-descr new file mode 100644 index 000000000000..b15fd8cdb39a --- /dev/null +++ b/devel/mercurial/pkg-descr @@ -0,0 +1,15 @@ +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/ |