From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.bugs Subject: bug#9781: 24.0.90; VC can't commit removed files/directories. Date: Wed, 19 Oct 2011 03:01:01 -0400 Message-ID: References: <46BCC398-40FE-4CE0-AAD4-26EFA06A3FDC@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1319007732 24284 80.91.229.12 (19 Oct 2011 07:02:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 19 Oct 2011 07:02:12 +0000 (UTC) Cc: 9781@debbugs.gnu.org To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 19 09:02:07 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RGQAB-0002qM-5P for geb-bug-gnu-emacs@m.gmane.org; Wed, 19 Oct 2011 09:02:07 +0200 Original-Received: from localhost ([::1]:46270 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGQAA-0001Zp-Hh for geb-bug-gnu-emacs@m.gmane.org; Wed, 19 Oct 2011 03:02:06 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:60033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGQA6-0001ZZ-PR for bug-gnu-emacs@gnu.org; Wed, 19 Oct 2011 03:02:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RGQA5-0000ks-76 for bug-gnu-emacs@gnu.org; Wed, 19 Oct 2011 03:02:02 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:48756) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGQA5-0000ko-5a for bug-gnu-emacs@gnu.org; Wed, 19 Oct 2011 03:02:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RGQB3-00075E-Sp for bug-gnu-emacs@gnu.org; Wed, 19 Oct 2011 03:03:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Dan Nicolaescu Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 19 Oct 2011 07:03:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9781 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9781-submit@debbugs.gnu.org id=B9781.131900772927171 (code B ref 9781); Wed, 19 Oct 2011 07:03:01 +0000 Original-Received: (at 9781) by debbugs.gnu.org; 19 Oct 2011 07:02:09 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RGQAB-00074A-Oi for submit@debbugs.gnu.org; Wed, 19 Oct 2011 03:02:09 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10] ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RGQA9-000742-35 for 9781@debbugs.gnu.org; Wed, 19 Oct 2011 03:02:06 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RGQ98-0000y6-G7; Wed, 19 Oct 2011 03:01:02 -0400 In-Reply-To: (Glenn Morris's message of "Tue, 18 Oct 2011 02:59:05 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Wed, 19 Oct 2011 03:03:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:52832 Archived-At: Glenn Morris writes: > Jan Dj=C3=A4rv wrote: > >> I'm surprised nobody has seen this. > > It is a long-known issue that vc-dir does not handle removed files > totally correctly, The problem is in the vc-bzr backend. vc-bzr-status should return nil when called for a file that has been removed. It does not. Also it looks like there's a disconnect between=20 bzr help status [snip] unknown Not versioned and not matching an ignore pattern. and the actual output: bzr status NON_EXISTENT_FILE nonexistent: NON_EXISTENT_FILE bzr: ERROR: Path(s) do not exist: NON_EXISTENT_FILE Exit 3