diff options
author | wiz <wiz> | 2011-01-12 10:19:50 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-01-12 10:19:50 +0000 |
commit | e4d40df663ba6198c20f3f3b240db425b79af5cc (patch) | |
tree | 4a79cb22d48640a8cabec08af930e1c2be49c63c /devel/mercurial | |
parent | 3d1e4faea2e47b0bd52cc47ca558c8f34682ee58 (diff) | |
download | pkgsrc-e4d40df663ba6198c20f3f3b240db425b79af5cc.tar.gz |
Update to 1.7.3:
1.7.3:
* archive: don't set gzip filename header when there's no filename
* checknlink: use two testfiles (issue2543)
* churn: ignore trailing and leading spaces (issue2546)
* date: fix matching of underspecified date ranges
* eol: improve help on whether EOLs are changed in working copy or repository
* fncachestore: copy dh directory before the manifest
* hgweb: abort if config file isn't found
* hook: assume relative path to hook is given from repo root
* hook: fix import path handling for repo=None
* https: use web.cacerts configuration from local repo to validate remote repo
* https: warn when server certificate isn't verified
* keyword: copy: when copied source is a symlink, follow it
* patch: write .rej files without rewriting EOLs
* strip: typo bugfix related to '--nobackup -> --no-backup' rename (issue2377)
* tag: abort if not at a branch head (issue2552)
* tag: don't check .hgtags status if --local passed
* tag: fix uncommitted merge check and error message (issue2542)
* util: fix ellipsis() not to break multi-byte sequence (issue2564)
* util: work around behavior change in Python 2.7.1
* windows.rename: eliminate temp name race (issue2571)
* wix: add an ssl certificate file to the WiX installers
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 13a89394941..d3d353610b6 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.51 2010/12/02 10:28:24 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2011/01/12 10:19:50 wiz Exp $ # -DISTNAME= mercurial-1.7.2 +DISTNAME= mercurial-1.7.3 CATEGORIES= devel scm MASTER_SITES= http://mercurial.selenic.com/release/ diff --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo index 37537ab3e15..a544707c410 100644 --- a/devel/mercurial/distinfo +++ b/devel/mercurial/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.39 2010/12/02 10:28:24 wiz Exp $ +$NetBSD: distinfo,v 1.40 2011/01/12 10:19:50 wiz Exp $ -SHA1 (mercurial-1.7.2.tar.gz) = 808b009ce4cbba1c6bfe601b9d34dcdb55b69c5e -RMD160 (mercurial-1.7.2.tar.gz) = 492131a443103b1d5a7cb340c7d216b544fe8c8b -Size (mercurial-1.7.2.tar.gz) = 2477283 bytes +SHA1 (mercurial-1.7.3.tar.gz) = 32b513e194f1687910caae5b0bb2a0736abb9a3a +RMD160 (mercurial-1.7.3.tar.gz) = 490407d078b92573fa0ce809becc14abe1407763 +Size (mercurial-1.7.3.tar.gz) = 2482093 bytes |