diff options
author | wiz <wiz@pkgsrc.org> | 2013-03-07 05:18:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-03-07 05:18:59 +0000 |
commit | 83710c4f85d45319f0ba49dab3d2b70007bd519f (patch) | |
tree | 8511d5443c1c0e51ae4dc2cf6facb962d600cdd0 /devel | |
parent | fd9e20f7efcbcb3011906299a0dc63372971e9b3 (diff) | |
download | pkgsrc-83710c4f85d45319f0ba49dab3d2b70007bd519f.tar.gz |
Update to 2.5.2:
bundle: treat branches created newly on the local correctly (issue3828)
largefiles: avoid rechecking hashes when avoidable
largefiles: don't let update leave wrong largefiles in wd if fetch fails
largefiles: fix off-by-one error on pull --all-largefiles
largefiles: fix download of largefiles from an empty list of changesets
largefiles: missing largefiles should not be committed as removed
mergetools: vimdiff issue a warning explaining how to abort
outgoing: fix possible filtering crash in outgoing (issue3814)
rebase: fix potential infinite loop in complex rename situation (issue3843)
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 5bffc2ff468..d64cbe772e0 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.84 2013/02/11 12:45:20 wiz Exp $ +# $NetBSD: Makefile,v 1.85 2013/03/07 05:18:59 wiz Exp $ -DISTNAME= mercurial-2.5.1 +DISTNAME= mercurial-2.5.2 CATEGORIES= devel scm MASTER_SITES= http://mercurial.selenic.com/release/ diff --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo index f5a59ff03e7..5f252de94c8 100644 --- a/devel/mercurial/distinfo +++ b/devel/mercurial/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.69 2013/02/11 12:45:21 wiz Exp $ +$NetBSD: distinfo,v 1.70 2013/03/07 05:19:00 wiz Exp $ -SHA1 (mercurial-2.5.1.tar.gz) = 91daddc64fa3cb3cb0bd85876030ced0d4ff7e5b -RMD160 (mercurial-2.5.1.tar.gz) = 979ab8c449e30433424c0720888bc06b4eed2464 -Size (mercurial-2.5.1.tar.gz) = 3671108 bytes +SHA1 (mercurial-2.5.2.tar.gz) = aa1503c353370bafc90d79b9c682aae9c1001c3c +RMD160 (mercurial-2.5.2.tar.gz) = d8209017ff5460f5de69bad79fcabc26bb2403b1 +Size (mercurial-2.5.2.tar.gz) = 3671671 bytes |