From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.bugs Subject: bug#908: Displaying renamed files in vc-dir for bzr is incorrect Date: Sun, 07 Sep 2008 10:22:30 -0400 Message-ID: <87zlmkox21.fsf@cyd.mit.edu> Reply-To: Chong Yidong , 908@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1220797687 26573 80.91.229.12 (7 Sep 2008 14:28:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 7 Sep 2008 14:28:07 +0000 (UTC) Cc: 908@emacsbugs.donarmstrong.com To: Dan Nicolaescu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Sep 07 16:29:02 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KcLFq-00026q-Jn for geb-bug-gnu-emacs@m.gmane.org; Sun, 07 Sep 2008 16:28:42 +0200 Original-Received: from localhost ([127.0.0.1]:34200 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KcLEq-0005O1-Rx for geb-bug-gnu-emacs@m.gmane.org; Sun, 07 Sep 2008 10:27:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KcLEn-0005Nf-4L for bug-gnu-emacs@gnu.org; Sun, 07 Sep 2008 10:27:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KcLEk-0005MY-IQ for bug-gnu-emacs@gnu.org; Sun, 07 Sep 2008 10:27:35 -0400 Original-Received: from [199.232.76.173] (port=54216 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KcLEk-0005MT-DM for bug-gnu-emacs@gnu.org; Sun, 07 Sep 2008 10:27:34 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:59005) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KcLEk-0001wv-0O for bug-gnu-emacs@gnu.org; Sun, 07 Sep 2008 10:27:34 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m87ERWiS032425; Sun, 7 Sep 2008 07:27:32 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m87EP5LY031160; Sun, 7 Sep 2008 07:25:05 -0700 X-Loop: don@donarmstrong.com Resent-From: Chong Yidong Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sun, 07 Sep 2008 14:25:05 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 908 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 908-submit@emacsbugs.donarmstrong.com id=B908.122079718729176 (code B ref 908); Sun, 07 Sep 2008 14:25:05 +0000 Original-Received: (at 908) by emacsbugs.donarmstrong.com; 7 Sep 2008 14:19:47 +0000 Original-Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m87EJifl029126 for <908@emacsbugs.donarmstrong.com>; Sun, 7 Sep 2008 07:19:45 -0700 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id E680057E2BF; Sun, 7 Sep 2008 10:22:30 -0400 (EDT) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Resent-Date: Sun, 07 Sep 2008 10:27:35 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:20277 Archived-At: > When using Bzr, renamed files for are shown like this in vc-dir: > > nil OLD_NAME => NEW_NAME > > where `nil' is supposed to be the VC state and `OLD_NAME => NEW_NAME' is > believed to be a file name... > > The patch below fixes this. Not sure if this is appropriate to check in > now given the feature freeze, as the patch needs to add a feature in > order to fix the bug. So record the fix here so that it does not get > lost. Please do check in your patch, since it fixes a bug.