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: VC: log of sub-directory? Date: Tue, 29 Dec 2009 11:23:16 -0800 (PST) Message-ID: <200912291923.nBTJNGE2029907@godzilla.ics.uci.edu> References: <87k4w6rbcl.fsf@telefonica.net> <200912291616.nBTGG2XF027479@godzilla.ics.uci.edu> <877hs5ptmy.fsf@telefonica.net> <200912291833.nBTIXAQB029313@godzilla.ics.uci.edu> <873a2tpqkj.fsf@telefonica.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1262114713 10207 80.91.229.12 (29 Dec 2009 19:25:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Dec 2009 19:25:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?utf-8?Q?=C3=93scar?= Fuentes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 29 20:25:06 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 1NPhgo-00089J-A2 for ged-emacs-devel@m.gmane.org; Tue, 29 Dec 2009 20:25:06 +0100 Original-Received: from localhost ([127.0.0.1]:59260 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPhgo-0003rZ-At for ged-emacs-devel@m.gmane.org; Tue, 29 Dec 2009 14:25:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NPhgi-0003oM-Ni for emacs-devel@gnu.org; Tue, 29 Dec 2009 14:25:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NPhge-0003ip-1R for emacs-devel@gnu.org; Tue, 29 Dec 2009 14:25:00 -0500 Original-Received: from [199.232.76.173] (port=50890 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPhgd-0003im-TW for emacs-devel@gnu.org; Tue, 29 Dec 2009 14:24:55 -0500 Original-Received: from colin-baker-v0.ics.uci.edu ([128.195.1.153]:41445) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NPhgd-0006qo-KI for emacs-devel@gnu.org; Tue, 29 Dec 2009 14:24:55 -0500 Original-Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by colin-baker-v0.ics.uci.edu (8.13.8/8.13.8) with ESMTP id nBTJNGZk019386 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 29 Dec 2009 11:23:16 -0800 Original-Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id nBTJNGE2029907; Tue, 29 Dec 2009 11:23:16 -0800 (PST) In-Reply-To: <873a2tpqkj.fsf@telefonica.net> (=?utf-8?Q?=22=C3=93scar?= Fuentes"'s message of "Tue, 29 Dec 2009 19:45:16 +0100") Original-Lines: 20 X-ICS-MailScanner-Information: Please send mail to helpdesk@ics.uci.edu or more information X-ICS-MailScanner-ID: nBTJNGZk019386 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, 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: GNU/Linux 2.6 (newer, 3) 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:118963 Archived-At: =C3=93scar Fuentes writes: > Dan Nicolaescu writes: >=20 > > > What about getting the combined log of two or more files/director= ies? > > > > If the files/directories are shown in the same vc-dir buffer, select > > them and do C-x v l > Yes, that was clear. But if the files/directories are not shown on the > vc-dir buffer (because them are not edited) ? You can do the same thing from dired, select and C-x v l > OTOH I realize that that behaviour (showing only edited files) is that > the roots of vc-dir and most likely can not be changed easily. vc-dir does not care, it can show up to date files too (and it does: for example after a check-in). If the VC backend sends a list of all files, vc-dir can display them just fine.