From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Updates not shown in vc-dir buffers? Date: Thu, 09 Apr 2009 15:16:44 +0200 Message-ID: <87vdpeklvn.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1239283140 1846 80.91.229.12 (9 Apr 2009 13:19:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Apr 2009 13:19:00 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 09 15:20:19 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 1LruAo-0006SK-UR for ged-emacs-devel@m.gmane.org; Thu, 09 Apr 2009 15:20:07 +0200 Original-Received: from localhost ([127.0.0.1]:42117 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lru9Q-0000hX-8G for ged-emacs-devel@m.gmane.org; Thu, 09 Apr 2009 09:18:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lru7g-0008MG-GU for emacs-devel@gnu.org; Thu, 09 Apr 2009 09:16:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lru7a-0008K6-H3 for emacs-devel@gnu.org; Thu, 09 Apr 2009 09:16:50 -0400 Original-Received: from [199.232.76.173] (port=37632 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lru7a-0008Jy-AL for emacs-devel@gnu.org; Thu, 09 Apr 2009 09:16:46 -0400 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:24811) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lru7Z-0005N6-UY for emacs-devel@gnu.org; Thu, 09 Apr 2009 09:16:46 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 4B8B5789B621 for ; Thu, 9 Apr 2009 15:16:45 +0200 (CEST) Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16719-04 for ; Thu, 9 Apr 2009 15:16:44 +0200 (CEST) X-CHKRCPT: Envelopesender vrfy tassilo@member.fsf.org Original-Received: from thinkpad.tsdh.de (dhcp156.uni-koblenz.de [141.26.71.156]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 7C1A4789B5D1 for ; Thu, 9 Apr 2009 15:16:44 +0200 (CEST) Mail-Copies-To: never Mail-Followup-To: emacs-devel@gnu.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-Virus-Scanned: amavisd-new at uni-koblenz.de X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:110168 Archived-At: Hi all, I opened a SVN directory in vc-dir-mode (C-x v d /path/to/dir RET). Then I updated it using `+'. It fetched updates (as `l' reveals), but those are not listed in the vc-dir buffer. Is that intended? Does it only show updates that had to be merged with local changes? (At least I like to see which files were touched since the last update...) Bye, Tassilo