diff options
author | wiz <wiz@pkgsrc.org> | 2012-09-02 10:02:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-09-02 10:02:49 +0000 |
commit | 9b02f83a7cbbcf17ef8f368935fa7dc4d1e57af7 (patch) | |
tree | b70aa1a22614e47474aa04d6dd27bd788119b1d2 /devel/mercurial | |
parent | 5b2546aaeede836768386a0f2f463c17e7e4a33d (diff) | |
download | pkgsrc-9b02f83a7cbbcf17ef8f368935fa7dc4d1e57af7.tar.gz |
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
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 01027ed9d47..60064455767 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.75 2012/08/11 00:23:03 wiz Exp $ +# $NetBSD: Makefile,v 1.76 2012/09/02 10:02:49 wiz Exp $ # -DISTNAME= mercurial-2.3 +DISTNAME= mercurial-2.3.1 CATEGORIES= devel scm MASTER_SITES= http://mercurial.selenic.com/release/ diff --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo index b060d4434cb..ee75efbb24e 100644 --- a/devel/mercurial/distinfo +++ b/devel/mercurial/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.62 2012/08/11 00:23:03 wiz Exp $ +$NetBSD: distinfo,v 1.63 2012/09/02 10:02:49 wiz Exp $ -SHA1 (mercurial-2.3.tar.gz) = f5fb472500deb01677f1b2e82c7872fe06069cdb -RMD160 (mercurial-2.3.tar.gz) = 25292dd34f7f2e670c257424137e5733ff271084 -Size (mercurial-2.3.tar.gz) = 3549002 bytes +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 |