Sun Sep 2 10:02:49 2012 UTC ()
Update to 2.3.1:

clone: don't fail with --update for non-local clones (issue3578)
commit: normalize filenames when checking explicit files (issue3576)
fileset: actually implement 'minusset'
fileset: do not traceback on invalid grep pattern
fileset: exclude deleted files from matchctx.existing()
fileset: fix generator vs list bug in fast path
fileset: matchctx.existing() must consider ignored files
fileset: matchctx.existing() must consider unknown files
largefiles: adjust localstore to handle batch statlfile requests (issue3583)
merge: handle case when heads are all bookmarks
obsolete: import modules within mercurial/ without "from mercurial"
revlog: don't try to partialmatch strings those length > 40
rollback: write dirstate branch with correct encoding
store: only one kind of OSError means "nonexistent entry"
store: sort the results of fncachestore.datafiles()
strip: fix revset usage (issue3604)
templater: handle a missing value correctly
verify: do not choke on valid changelog without manifest
wix: bump MSI based installers to use Python 2.7


(wiz)
diff -r1.75 -r1.76 pkgsrc/devel/mercurial/Makefile
diff -r1.62 -r1.63 pkgsrc/devel/mercurial/distinfo

cvs diff -r1.75 -r1.76 pkgsrc/devel/mercurial/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/mercurial/Makefile 2012/08/11 00:23:03 1.75
+++ pkgsrc/devel/mercurial/Makefile 2012/09/02 10:02:49 1.76
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.75 2012/08/11 00:23:03 wiz Exp $ 1# $NetBSD: Makefile,v 1.76 2012/09/02 10:02:49 wiz Exp $
2# 2#
3 3
4DISTNAME= mercurial-2.3 4DISTNAME= mercurial-2.3.1
5CATEGORIES= devel scm 5CATEGORIES= devel scm
6MASTER_SITES= http://mercurial.selenic.com/release/ 6MASTER_SITES= http://mercurial.selenic.com/release/
7 7
8MAINTAINER= wiz@NetBSD.org 8MAINTAINER= wiz@NetBSD.org
9HOMEPAGE= http://mercurial.selenic.com/wiki/ 9HOMEPAGE= http://mercurial.selenic.com/wiki/
10COMMENT= Fast, lightweight source control management system 10COMMENT= Fast, lightweight source control management system
11LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR newer 11LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR newer
12 12
13BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto 13BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
14BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc 14BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
15 15
16PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
17 17

cvs diff -r1.62 -r1.63 pkgsrc/devel/mercurial/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/mercurial/Attic/distinfo 2012/08/11 00:23:03 1.62
+++ pkgsrc/devel/mercurial/Attic/distinfo 2012/09/02 10:02:49 1.63
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.62 2012/08/11 00:23:03 wiz Exp $ 1$NetBSD: distinfo,v 1.63 2012/09/02 10:02:49 wiz Exp $
2 2
3SHA1 (mercurial-2.3.tar.gz) = f5fb472500deb01677f1b2e82c7872fe06069cdb 3SHA1 (mercurial-2.3.1.tar.gz) = 59e42fd0aebabe8ec9bd59ca6a41416032f7ca48
4RMD160 (mercurial-2.3.tar.gz) = 25292dd34f7f2e670c257424137e5733ff271084 4RMD160 (mercurial-2.3.1.tar.gz) = 44d4102c405137f6a5c36ce48349bfb6af88bfed
5Size (mercurial-2.3.tar.gz) = 3549002 bytes 5Size (mercurial-2.3.1.tar.gz) = 3558058 bytes