diff options
author | wiz <wiz> | 2013-01-06 00:44:48 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-01-06 00:44:48 +0000 |
commit | 178b8c26f76a991dc3b6782eda64454b7aa01f0a (patch) | |
tree | fb23ed38c9ba0df425ff3b9fbd93b4252fae4b2e /devel | |
parent | 48ca5e710c2afc510f412ddf95a2d28baf37cff3 (diff) | |
download | pkgsrc-178b8c26f76a991dc3b6782eda64454b7aa01f0a.tar.gz |
Update to 2.4.2:
This is a regularly-scheduled bugfix release.
amend: invalidate dirstate in case of failure (issue3670)
amend: prevent loss of bookmark on failed amend
bookmarks: fix head selection for merge with two bookmarked heads
bundlerepo: don't return the peer without bundlerepo from getremotechanges
dirstate: don't rename branch file if writing it failed
dirstate: remove obsolete comment from setbranch
hgweb: avoid generator exhaustion with branches
hgweb: fix iterator reuse in atom feed generation
hgwebdir: honor web.templates and web.static for static files (issue3734)
largefiles revert: update lfdirstate with result from first cleanliness check
largefiles status: update lfdirstate with result from cleanliness check
largefiles: commit directories that only contain largefiles (issue3548)
largefiles: don't walk through all ignored files
paper: sanity-check page feed links
scmutil: don't try to match modes on filesystems without modes (issue3740)
zeroconf: use port from server instead of picking port from config (issue3746)
Diffstat (limited to 'devel')
-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 12c0175e421..5a0d0999b22 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.81 2012/12/16 15:38:57 wiz Exp $ +# $NetBSD: Makefile,v 1.82 2013/01/06 00:44:48 wiz Exp $ -DISTNAME= mercurial-2.4.1 +DISTNAME= mercurial-2.4.2 CATEGORIES= devel scm MASTER_SITES= http://mercurial.selenic.com/release/ diff --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo index 02969f5b0d7..9ae914f87be 100644 --- a/devel/mercurial/distinfo +++ b/devel/mercurial/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.66 2012/12/16 15:38:57 wiz Exp $ +$NetBSD: distinfo,v 1.67 2013/01/06 00:44:48 wiz Exp $ -SHA1 (mercurial-2.4.1.tar.gz) = 28c6a09200bb2e9918bf965ae5507bc4ba84bc1f -RMD160 (mercurial-2.4.1.tar.gz) = f142009845d06a3e3b89ef32167ca25fc200a672 -Size (mercurial-2.4.1.tar.gz) = 3609245 bytes +SHA1 (mercurial-2.4.2.tar.gz) = ade387c4c907abff235e887a9b4678450363c756 +RMD160 (mercurial-2.4.2.tar.gz) = 6534d7b2716e8171a56c294b550e6614987db26b +Size (mercurial-2.4.2.tar.gz) = 3613392 bytes |