diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mercurial/DESCR | 49 | ||||
-rw-r--r-- | devel/mercurial/Makefile | 4 | ||||
-rw-r--r-- | devel/mercurial/distinfo | 8 |
3 files changed, 20 insertions, 41 deletions
diff --git a/devel/mercurial/DESCR b/devel/mercurial/DESCR index a425743b24c..5e9983f4ef7 100644 --- a/devel/mercurial/DESCR +++ b/devel/mercurial/DESCR @@ -1,38 +1,17 @@ -Mercurial is a fast, lightweight Source Control Management system -designed for efficient handling of very large distributed projects. +Mercurial is a free, distributed source control management tool. +It efficiently handles projects of any size and offers an easy and +intuitive interface. -Fast - * Extremely high-performance delta-compressed storage scheme - * Optimized for disk layout and access efficiency - * Complete cross-indexing of files and changesets - * Bandwidth and CPU efficient HTTP and SSH sync protocols +Mercurial efficiently handles projects of any size and kind. Every +clone contains the whole project history, so most actions are local, +fast and convenient. Mercurial supports a multitude of workflows +and you can easily enhance its functionality with extensions. -Scalable - * Distributed development model supports unlimited numbers - of developers - * Allows arbitrary merging between developer branches - * Doesn't significantly degrade with large numbers of files - or changesets - * No waiting for locks! +It is easy to learn: You can follow our simple guide to learn how +to revision your documents with Mercurial, or just use the quick +start to get going instantly. A short overview of Mercurial's +decentralized model is also available. -Robust - * SHA1 integrity checking on repository data - * Append-only storage model with transaction journalling - * Fast full-repository verification - * Convenient backup - -Easy to use - * Most commands are familiar to users of CVS and other systems - * Built-in command help - * Integrated stand-alone web interface - * Works with various GUI tools - -Easy to adopt - * Runs on UNIX, MacOS X, and Windows - * Conversion tools available for many popular SCMs - * Allows a variety of usage models - * Supports user-defined hooks and extensions - -Free - * Source code available under the GPL license - * Actively community supported and developed +And it just works: Mercurial strives to deliver on each of its +promises. Most tasks simply work on the first try and without +requiring arcane knowledge. diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index 67211cda92e..a81815b7058 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.77 2012/09/14 14:31:39 asau Exp $ +# $NetBSD: Makefile,v 1.78 2012/10/02 07:23:20 wiz Exp $ # -DISTNAME= mercurial-2.3.1 +DISTNAME= mercurial-2.3.2 CATEGORIES= devel scm MASTER_SITES= http://mercurial.selenic.com/release/ diff --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo index ee75efbb24e..03e7443c574 100644 --- a/devel/mercurial/distinfo +++ b/devel/mercurial/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.63 2012/09/02 10:02:49 wiz Exp $ +$NetBSD: distinfo,v 1.64 2012/10/02 07:23:20 wiz Exp $ -SHA1 (mercurial-2.3.1.tar.gz) = 59e42fd0aebabe8ec9bd59ca6a41416032f7ca48 -RMD160 (mercurial-2.3.1.tar.gz) = 44d4102c405137f6a5c36ce48349bfb6af88bfed -Size (mercurial-2.3.1.tar.gz) = 3558058 bytes +SHA1 (mercurial-2.3.2.tar.gz) = 305b04bd0e2ad8787bf46c3ef8fe8adceb96974a +RMD160 (mercurial-2.3.2.tar.gz) = 78c3b7ecb40078cbc35b99648fb789424ab43e47 +Size (mercurial-2.3.2.tar.gz) = 3559562 bytes |