From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: help wanted for vc-hg.el Date: Thu, 21 Jun 2007 21:28:00 -0400 Message-ID: References: <200706211618.l5LGIwbe022312@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1182475690 11480 80.91.229.12 (22 Jun 2007 01:28:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 22 Jun 2007 01:28:10 +0000 (UTC) Cc: Dan Nicolaescu , emacs-devel@gnu.org To: Sascha Wilde Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 22 03:28:08 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I1XwU-0004Xq-O3 for ged-emacs-devel@m.gmane.org; Fri, 22 Jun 2007 03:28:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I1XwU-0006iu-7H for ged-emacs-devel@m.gmane.org; Thu, 21 Jun 2007 21:28:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I1XwR-0006hZ-NQ for emacs-devel@gnu.org; Thu, 21 Jun 2007 21:28:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I1XwQ-0006fh-77 for emacs-devel@gnu.org; Thu, 21 Jun 2007 21:28:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I1XwQ-0006fe-27 for emacs-devel@gnu.org; Thu, 21 Jun 2007 21:28:02 -0400 Original-Received: from tomts25.bellnexxia.net ([209.226.175.188] helo=tomts25-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I1XwP-0004gq-Kq for emacs-devel@gnu.org; Thu, 21 Jun 2007 21:28:01 -0400 Original-Received: from pastel.home ([70.53.192.71]) by tomts25-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070622012800.FWQI25739.tomts25-srv.bellnexxia.net@pastel.home> for ; Thu, 21 Jun 2007 21:28:00 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 31707803F; Thu, 21 Jun 2007 21:27:59 -0400 (EDT) In-Reply-To: (Sascha Wilde's message of "Thu\, 21 Jun 2007 22\:22\:57 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-detected-kernel: Solaris 8 (1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:73573 Archived-At: >> - write regexps for log-view to understand the "hg log" output > This shouldn't be necessary as the output of hg log can be > customized and there is already a gnu-changelog like style, try: > hg log --style changelog Even so: log-view.el doesn't understand GNU ChangeLog format. Stefan PS: for vc-hg.el and "hg log" output, check the new `log-view-mode' VC operation I added in vc.el and which is now used in vc-bzr.el. Basically, you should just define a vc-hg-log-view-mode derived mode.