diff options
author | wiz <wiz> | 2010-04-02 22:28:43 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-04-02 22:28:43 +0000 |
commit | 7106ea9fac6f2dc6cb2147ed9d46b08617dbf3e8 (patch) | |
tree | fdc296b2f49e09947f3ad7dd1d4875833863379a /devel/mercurial | |
parent | 43240d0bd4980930c72668387d6da4d970a049ff (diff) | |
download | pkgsrc-7106ea9fac6f2dc6cb2147ed9d46b08617dbf3e8.tar.gz |
Update to 1.5.1, requested by agc.
1.5.1 - 2010-04-01
Core
* improve warning on adding large files
* expand ~ in auth filenames and aliases
* several improvements to patch parsing
* warn about attempts to use hg branch to switch branches
* push: fix bug in prepush logic and its tests
* hgweb: fix broken URLs of RSS/Atom feeds
* subrepo: several bug fixes
Extensions
* acl: added support for '*' (everyone) in user list
* progress: use stderr instead of stdout
* schemes: add Kiln On Demand to default schemes
Diffstat (limited to 'devel/mercurial')
-rw-r--r-- | devel/mercurial/Makefile | 4 | ||||
-rw-r--r-- | devel/mercurial/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index ffbdca9a15d..209761d7684 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2010/03/07 23:23:59 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2010/04/02 22:28:43 wiz Exp $ # -DISTNAME= mercurial-1.5 +DISTNAME= mercurial-1.5.1 CATEGORIES= devel scm MASTER_SITES= http://mercurial.selenic.com/release/ diff --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo index 18b6515c014..84e60c08824 100644 --- a/devel/mercurial/distinfo +++ b/devel/mercurial/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.28 2010/03/07 23:23:59 wiz Exp $ +$NetBSD: distinfo,v 1.29 2010/04/02 22:28:43 wiz Exp $ -SHA1 (mercurial-1.5.tar.gz) = f4e5ff53be661a8bd1422c70ae76337aafbffa56 -RMD160 (mercurial-1.5.tar.gz) = adc1bca311ecac8afd13424613fc95a3777f1011 -Size (mercurial-1.5.tar.gz) = 2017153 bytes +SHA1 (mercurial-1.5.1.tar.gz) = a06a2a3adccfb2e9e843f8bf84eb85e126078e68 +RMD160 (mercurial-1.5.1.tar.gz) = ebde06987eff3f953b15b4f195b955861eb884f4 +Size (mercurial-1.5.1.tar.gz) = 2013230 bytes |