From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: show merge info for git vc-log Date: Wed, 8 Jul 2009 13:44:19 -0700 (PDT) Message-ID: <200907082044.n68KiJYN022678@godzilla.ics.uci.edu> References: <200907071833.n67IXEEQ019584@godzilla.ics.uci.edu> <87tz1of5u2.fsf@sphinx.net.ru> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1247085988 6919 80.91.229.12 (8 Jul 2009 20:46:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Jul 2009 20:46:28 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dmitry Dzhus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 08 22:46:21 2009 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 1MOe20-0007ci-3C for ged-emacs-devel@m.gmane.org; Wed, 08 Jul 2009 22:46:20 +0200 Original-Received: from localhost ([127.0.0.1]:54319 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOe1z-0002et-GX for ged-emacs-devel@m.gmane.org; Wed, 08 Jul 2009 16:46:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MOe1k-0002dM-6I for emacs-devel@gnu.org; Wed, 08 Jul 2009 16:46:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MOe1f-0002ch-A4 for emacs-devel@gnu.org; Wed, 08 Jul 2009 16:46:03 -0400 Original-Received: from [199.232.76.173] (port=56864 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOe1f-0002cc-3w for emacs-devel@gnu.org; Wed, 08 Jul 2009 16:45:59 -0400 Original-Received: from sallyv2.ics.uci.edu ([128.195.1.120]:47551) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1MOe1e-0007vE-Dg for emacs-devel@gnu.org; Wed, 08 Jul 2009 16:45:58 -0400 Original-Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by sallyv2.ics.uci.edu (8.13.8+Sun/8.13.8) with ESMTP id n68KiKUD004218; Wed, 8 Jul 2009 13:44:20 -0700 (PDT) Original-Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id n68KiJYN022678; Wed, 8 Jul 2009 13:44:19 -0700 (PDT) In-Reply-To: <87tz1of5u2.fsf@sphinx.net.ru> (Dmitry Dzhus's message of "Wed, 08 Jul 2009 03:09:41 +0400") Original-Lines: 24 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: n68KiKUD004218 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@godzilla.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:112194 Archived-At: Dmitry Dzhus writes: > Mercurial can do the same with graphlog extension enabled (it's included > in Mercurial distribution now) if we add `-G` flag in > `vc-hg-log-switches`. Is there a way to force that flag to work? $ hg log -G hg log: option -G not recognized hg log [OPTION]... [FILE] $ hg --version Mercurial Distributed SCM (version 1.2.1) I have a: /usr/lib/python2.6/site-packages/hgext/graphlog.py file. > Font-lock regexps in `vc-hg-log-view-mode` stop working though (because > of leading "^"). That will be fixed if we decide to add the graph view by default.