From 25dca2655b8018d38884cab1ac9e5a71531d8f6f Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 1 May 2010 23:17:01 +0000 Subject: Update to 1.5.2: This is a monthly bugfix release with numerous minor fixes including: * clone: fix URL too long problem with many heads * commands: revised documentation of 'default' and 'default-push' * convert/cvs: skip bad tags * convert/git: check status when reading output stream * convert/subversion: fix default URL checker prototype * copies: properly visit file context ancestors on working file contexts * diffstat: use ui.plain() instead of ui.interactive() * dirstate: fix in memory dirstate entries for 1-second race * dispatch: don't mangle ImportError abort messages * filemerge: use working dir parent as ancestor for backward wdir merge * hgrc.5: describe form of config values and mention lists as well * hgweb: fix attribute error in error response (issue2060) * log: document the new xml style * merge: correctly compute the flag for noexec filesystems * mq: rewrite strip docstrings * mq: use util.unlink instead of os.unlink and os.removedirs * patch: don't look for headers in diff lines * push: fix bug in warning message selection * revlog: fix lazyparser.iter() to return all revisions (issue2137) * schemes: fix // breakage with Python 2.6.5 (issue2111) * static-http: allow clone -r (issue2164) * subrepo: fix repo root path handling in svn subrepo * subrepo: propagate and catch push failures * templates: document missing template variables * util: fix default termwidth() under Windows * util: use an explicit prefix for checkexec/checklink temporary files --- devel/mercurial/Makefile | 4 ++-- devel/mercurial/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'devel') diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index 209761d7684..86f4f9e8593 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2010/04/02 22:28:43 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2010/05/01 23:17:01 wiz Exp $ # -DISTNAME= mercurial-1.5.1 +DISTNAME= mercurial-1.5.2 CATEGORIES= devel scm MASTER_SITES= http://mercurial.selenic.com/release/ diff --git a/devel/mercurial/distinfo b/devel/mercurial/distinfo index 84e60c08824..a6a2194c907 100644 --- a/devel/mercurial/distinfo +++ b/devel/mercurial/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.29 2010/04/02 22:28:43 wiz Exp $ +$NetBSD: distinfo,v 1.30 2010/05/01 23:17:01 wiz Exp $ -SHA1 (mercurial-1.5.1.tar.gz) = a06a2a3adccfb2e9e843f8bf84eb85e126078e68 -RMD160 (mercurial-1.5.1.tar.gz) = ebde06987eff3f953b15b4f195b955861eb884f4 -Size (mercurial-1.5.1.tar.gz) = 2013230 bytes +SHA1 (mercurial-1.5.2.tar.gz) = c0b2aea1bf30d1be09a300567376bc9628dc84b0 +RMD160 (mercurial-1.5.2.tar.gz) = 941a36fb4c18540f1bebe346360ad66109389cbf +Size (mercurial-1.5.2.tar.gz) = 2022729 bytes -- cgit v1.2.3