diff options
author | wiz <wiz> | 2010-12-02 10:28:24 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-12-02 10:28:24 +0000 |
commit | 438117375db84af57ed033f7d211fe79f1b27214 (patch) | |
tree | 111005a618b61721cbe0d1e799d6233a76ee13c5 /devel/mercurial | |
parent | 365f71403a205d31ae6f8d1f524f37917c2b7f87 (diff) | |
download | pkgsrc-438117375db84af57ed033f7d211fe79f1b27214.tar.gz |
Update to 1.7.2:
This is a scheduled bugfix release.
* checknlink: return False if .hgtmp file preexists (issue2517)
* commit: search both parents for missing copy revision (issue2484)
* context: walk both parents for workingctx.ancestors()
* convert/svn: fix changed files list upon directory replacements
* hgwebdir: fix incorrect index generation for invalid paths (issue2023)
* keyword: copy: when copied source is a symlink, follow it
* mq: ignore subrepos (issue2499)
* rebase: support --detach when null is common ancestor
* subrepo: fix removing read-only svn files on Windows
* subrepo: handle missing subrepo spec file as removed
* subrepo: prune empty directories when removing svn subrepo
* subrepo: use subprocess directly to avoid python 2.6 bug
* util: do not crash on revisions with negative timestamp (issue2513)
* util: do not recurse in makedirs if name is '' (issue2528)
* win32mbcs: use extsetup() to wrap functions only once
* wix: add support for x64 native MSI packages
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 0a09981555f..13a89394941 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.50 2010/11/23 14:21:21 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2010/12/02 10:28:24 wiz Exp $ # -DISTNAME= mercurial-1.7.1 +DISTNAME= mercurial-1.7.2 CATEGORIES= devel scm MASTER_SITES= http://mercurial.selenic.com/release/ diff --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo index 88faabe694b..37537ab3e15 100644 --- a/devel/mercurial/distinfo +++ b/devel/mercurial/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.38 2010/11/23 14:21:21 wiz Exp $ +$NetBSD: distinfo,v 1.39 2010/12/02 10:28:24 wiz Exp $ -SHA1 (mercurial-1.7.1.tar.gz) = 984e896e4450e472df45fec91bf50289c94f9556 -RMD160 (mercurial-1.7.1.tar.gz) = 05c902d444b2f1dfb461ec30fbf4e5174ed5dfb1 -Size (mercurial-1.7.1.tar.gz) = 2471811 bytes +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 |