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: VC top of the tree diff and log Date: Thu, 03 Sep 2009 22:12:27 -0400 Message-ID: References: <200907071845.n67IjHUH004088@godzilla.ics.uci.edu> <200907230543.n6N5hI6p029191@godzilla.ics.uci.edu> <200907300718.n6U7I3pi027881@godzilla.ics.uci.edu> <200908291913.n7TJD9wq003979@godzilla.ics.uci.edu> <87tyzqxo7o.fsf@mail.jurta.org> <87k50mi5cf.fsf@catnip.gol.com> <87d46az8rc.fsf@mail.jurta.org> <873a76xpzk.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1252030370 23912 80.91.229.12 (4 Sep 2009 02:12:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Sep 2009 02:12:50 +0000 (UTC) Cc: Dan Nicolaescu , emacs-devel@gnu.org, Miles Bader To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 04 04:12:43 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 1MjOI7-0002JR-0g for ged-emacs-devel@m.gmane.org; Fri, 04 Sep 2009 04:12:43 +0200 Original-Received: from localhost ([127.0.0.1]:53818 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MjOI6-0003Zm-CL for ged-emacs-devel@m.gmane.org; Thu, 03 Sep 2009 22:12:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MjOI1-0003YN-7z for emacs-devel@gnu.org; Thu, 03 Sep 2009 22:12:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MjOHv-0003Vu-Rh for emacs-devel@gnu.org; Thu, 03 Sep 2009 22:12:35 -0400 Original-Received: from [199.232.76.173] (port=44979 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MjOHv-0003Vq-Mh for emacs-devel@gnu.org; Thu, 03 Sep 2009 22:12:31 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:12734 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MjOHt-0003uo-Te; Thu, 03 Sep 2009 22:12:30 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhgFAIsUoEpLd+Vr/2dsb2JhbACBU9lKhBsFh3U X-IronPort-AV: E=Sophos;i="4.44,329,1249272000"; d="scan'208";a="45115711" Original-Received: from 75-119-229-107.dsl.teksavvy.com (HELO pastel.home) ([75.119.229.107]) by ironport2-out.teksavvy.com with ESMTP; 03 Sep 2009 22:11:14 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id DFD677F45; Thu, 3 Sep 2009 22:12:27 -0400 (EDT) In-Reply-To: <873a76xpzk.fsf@mail.jurta.org> (Juri Linkov's message of "Wed, 02 Sep 2009 01:27:29 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:115019 Archived-At: > Strike that, I now have a better idea. > `C-u C-x v l' could ask for more additional command line arguments like > "--stat", "--graph", "--pretty", "--since", "--author", "--no-merges", > most useful of which could be added to the default value list of the > minibuffer. This would allow the user to build complex queries. That sounds like a good idea. Stefan