Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id F29C063ECB9 for ; Sun, 6 Jan 2013 00:44:51 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C316E14A2CC; Sun, 6 Jan 2013 00:44:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A325414A2CB for ; Sun, 6 Jan 2013 00:44:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id YlNB7zAx-fzM for ; Sun, 6 Jan 2013 00:44:49 +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 DF6E314A2C9 for ; Sun, 6 Jan 2013 00:44:48 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 886EA175DD; Sun, 6 Jan 2013 00:44:48 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 6 Jan 2013 00:44:48 +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: <20130106004448.886EA175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sun Jan 6 00:44:48 UTC 2013 Modified Files: pkgsrc/devel/mercurial: Makefile distinfo Log Message: Update to 2.4.2: This is a regularly-scheduled bugfix release. amend: invalidate dirstate in case of failure (issue3670) amend: prevent loss of bookmark on failed amend bookmarks: fix head selection for merge with two bookmarked heads bundlerepo: don't return the peer without bundlerepo from getremotechanges dirstate: don't rename branch file if writing it failed dirstate: remove obsolete comment from setbranch hgweb: avoid generator exhaustion with branches hgweb: fix iterator reuse in atom feed generation hgwebdir: honor web.templates and web.static for static files (issue3734) largefiles revert: update lfdirstate with result from first cleanliness check largefiles status: update lfdirstate with result from cleanliness check largefiles: commit directories that only contain largefiles (issue3548) largefiles: don't walk through all ignored files paper: sanity-check page feed links scmutil: don't try to match modes on filesystems without modes (issue3740) zeroconf: use port from server instead of picking port from config (issue3746) To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 pkgsrc/devel/mercurial/Makefile cvs rdiff -u -r1.66 -r1.67 pkgsrc/devel/mercurial/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.