summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-05-01 23:17:01 +0000
committerwiz <wiz@pkgsrc.org>2010-05-01 23:17:01 +0000
commit25dca2655b8018d38884cab1ac9e5a71531d8f6f (patch)
tree6e5632173f0743f2e6542726e7f4c58adc31d94d /devel
parent7920f6cf7dd1ceadbc755f06b46d832c27f1162e (diff)
downloadpkgsrc-25dca2655b8018d38884cab1ac9e5a71531d8f6f.tar.gz
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
Diffstat (limited to 'devel')
-rw-r--r--devel/mercurial/Makefile4
-rw-r--r--devel/mercurial/distinfo8
2 files changed, 6 insertions, 6 deletions
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