Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 5D82C63BA59 for ; Sat, 1 May 2010 23:17:03 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 110D163B16D; Sat, 1 May 2010 23:17:03 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id CDDD663B10C for ; Sat, 1 May 2010 23:17:01 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B8E62175DD; Sat, 1 May 2010 23:17:01 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sat, 1 May 2010 23:17:01 +0000 From: Thomas Klausner Subject: CVS commit: pkgsrc/devel/mercurial To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20100501231701.B8E62175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: wiz Date: Sat May 1 23:17:01 UTC 2010 Modified Files: pkgsrc/devel/mercurial: Makefile distinfo Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/mercurial/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/mercurial/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.