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 15:08:18 -0700 (PDT) Message-ID: <200907082208.n68M8Ixc024022@godzilla.ics.uci.edu> References: <200907071833.n67IXEEQ019584@godzilla.ics.uci.edu> <87tz1of5u2.fsf@sphinx.net.ru> <200907082044.n68KiJYN022678@godzilla.ics.uci.edu> <87hbxmj1tk.fsf@tux.homenetwork> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1247091033 22003 80.91.229.12 (8 Jul 2009 22:10:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Jul 2009 22:10:33 +0000 (UTC) Cc: emacs-devel@gnu.org To: Thierry Volpiatto Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 09 00:10:26 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 1MOfLO-0000AQ-5q for ged-emacs-devel@m.gmane.org; Thu, 09 Jul 2009 00:10:26 +0200 Original-Received: from localhost ([127.0.0.1]:54088 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOfLN-0000hb-8R for ged-emacs-devel@m.gmane.org; Wed, 08 Jul 2009 18:10:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MOfLI-0000eS-CG for emacs-devel@gnu.org; Wed, 08 Jul 2009 18:10:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MOfLD-0000by-IM for emacs-devel@gnu.org; Wed, 08 Jul 2009 18:10:19 -0400 Original-Received: from [199.232.76.173] (port=43797 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOfLD-0000bv-F6 for emacs-devel@gnu.org; Wed, 08 Jul 2009 18:10:15 -0400 Original-Received: from sallyv2.ics.uci.edu ([128.195.1.120]:54739) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1MOfLC-0000oC-V8 for emacs-devel@gnu.org; Wed, 08 Jul 2009 18:10:15 -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 n68M8Ibx011242; Wed, 8 Jul 2009 15:08:18 -0700 (PDT) Original-Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id n68M8Ixc024022; Wed, 8 Jul 2009 15:08:18 -0700 (PDT) In-Reply-To: <87hbxmj1tk.fsf@tux.homenetwork> (Thierry Volpiatto's message of "Wed, 08 Jul 2009 23:35:03 +0200") Original-Lines: 20 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: n68M8Ibx011242 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:112202 Archived-At: Thierry Volpiatto writes: > Dan Nicolaescu writes: > > > 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] > > Add this to your .hgrc That's not good. To enable this by default, we need to be able to force this flag to work from the command line.