From owner-cvs-ports@FreeBSD.ORG Tue Nov 17 12:43:28 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55153106566B; Tue, 17 Nov 2009 12:43:28 +0000 (UTC) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4643E8FC14; Tue, 17 Nov 2009 12:43:28 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nAHChSKG001617; Tue, 17 Nov 2009 12:43:28 GMT (envelope-from roberto@repoman.freebsd.org) Received: (from roberto@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nAHChS3G001616; Tue, 17 Nov 2009 12:43:28 GMT (envelope-from roberto) Message-Id: <200911171243.nAHChS3G001616@repoman.freebsd.org> From: Ollivier Robert Date: Tue, 17 Nov 2009 12:43:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/mercurial Makefile distinfo pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 12:43:28 -0000 roberto 2009-11-17 12:43:28 UTC FreeBSD ports repository Modified files: devel/mercurial Makefile distinfo pkg-plist Log: Update Mercurial to 1.4. Changes (http://mercurial.selenic.com/wiki/WhatsNew): 1.4 - 2009-11-16 Core summary: new command summarizes current working state tags: new tag cache greatly speeds up tag operations diff: new --stat option to show diffstat diff: add --reverse option to diff subrepo: fix a bunch of issues with the experimental subrepo extension status: fixes for behavior when working with clock skew clone: new -u/--updaterev option templater: new latesttag and latesttagdistance keywords push/pull: handle some broken pipe errors during large transfers config: environment variables and ~user constructs are expanded in pathnames Hgweb fix for showing header lines in raw changeset diffs try to send better error messages to the client use config-supplied ordering by default in hgwebdir index pages add web.descend option to disable showing all nested repositories in hgwebdir Documentation and help new config help topic help texts are now written in reStructuredText format many translation updates including a new Swedish translation many help text updates and improvements Submitted by: Yuri Ryazantsev Revision Changes Path 1.37 +8 -2 ports/devel/mercurial/Makefile 1.20 +3 -3 ports/devel/mercurial/distinfo 1.29 +40 -9 ports/devel/mercurial/pkg-plist