From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sam Steingold Newsgroups: gmane.emacs.devel Subject: Re: vc-dir does not show missing revisions for bzr Date: Thu, 03 Feb 2011 14:41:45 -0500 Organization: disorganization Message-ID: References: Reply-To: sds@gnu.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1296763514 29035 80.91.229.12 (3 Feb 2011 20:05:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 3 Feb 2011 20:05:14 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 03 21:05:09 2011 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.69) (envelope-from ) id 1Pl5QQ-0006Ly-Rx for ged-emacs-devel@m.gmane.org; Thu, 03 Feb 2011 21:05:07 +0100 Original-Received: from localhost ([127.0.0.1]:38431 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pl55H-0005LB-Nr for ged-emacs-devel@m.gmane.org; Thu, 03 Feb 2011 14:43:15 -0500 Original-Received: from [140.186.70.92] (port=46333 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pl54H-0004vW-SP for emacs-devel@gnu.org; Thu, 03 Feb 2011 14:43:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pl543-0002FE-EX for emacs-devel@gnu.org; Thu, 03 Feb 2011 14:42:00 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:50026) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pl543-0002F4-1E for emacs-devel@gnu.org; Thu, 03 Feb 2011 14:41:59 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Pl540-0001Jp-Ui for emacs-devel@gnu.org; Thu, 03 Feb 2011 20:41:56 +0100 Original-Received: from rrcs-24-103-48-205.nyc.biz.rr.com ([24.103.48.205]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Feb 2011 20:41:56 +0100 Original-Received: from sds by rrcs-24-103-48-205.nyc.biz.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Feb 2011 20:41:56 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 58 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: rrcs-24-103-48-205.nyc.biz.rr.com User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Mail-Copies-To: never X-Attribution: Sam X-Disclaimer: You should not expect anyone to agree with me. Cancel-Lock: sha1:IwS98KUJGy9SoWsCPNb3n10eXZg= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 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:135516 Archived-At: > * Dan Nicolaescu [2011-02-03 11:17:41 -0500]: > > Sam Steingold writes: > >> GNU Emacs 24.0.50.7 (x86_64-unknown-linux-gnu, GTK+ Version 2.10.4) >> of 2011-02-02 on tbox >> >> vc-dir for cvs & svn show "need-update" status for file which would be >> changed by the next `vc-pull'. >> it would be nice if bzr/hg/git did the same. > > vc-dir just displays the results of cvs/svn status". > If there's a command/sequence of commands that can produce the list of > files you want, then vc-dir could be changed to show it. yeah, here the fundamental difference between cvs/svn and hg/git/bzr strikes again... > [Not exactly the same thing, but using C-x v I shows the list of > upstream changes...] cool, thanks! alas, it creates a *vc-incoming* buffer where "D" does not work: the *vc-diff* buffer says: bzr: ERROR: Requested revision: u'103104' does not exist in branch: BzrBranch7('file:///home2/sds/src/emacs/trunk/') PS. I am seeing these all the time: C-x v d Debugger entered--Lisp error: (error "Running bzr shelve --list -q ....FAILED (status 3)") signal(error ("Running bzr shelve --list -q ....FAILED (status 3)")) error("Running %s...FAILED (%s)" "bzr shelve --list -q ." "status 3") vc-do-command(# 1 "bzr" nil "shelve" "--list" "-q") apply(vc-do-command # 1 "bzr" nil "shelve" ("--list" "-q")) vc-bzr-command("shelve" # 1 nil "--list" "-q") vc-bzr-shelve-list() vc-bzr-dir-extra-headers("/home2/sds/src/emacs/trunk/") apply(vc-bzr-dir-extra-headers "/home2/sds/src/emacs/trunk/") vc-call-backend(Bzr dir-extra-headers "/home2/sds/src/emacs/trunk/") vc-dir-headers(Bzr "/home2/sds/src/emacs/trunk/") vc-dir-refresh() vc-dir-mode() vc-dir("/home2/sds/src/emacs/trunk/" nil) call-interactively(vc-dir nil nil) (insert-buffer " *temp*") bzr: ERROR: Could not acquire lock "/home2/sds/src/emacs/trunk/.bzr/checkout/dirstate": [Errno 11] Resource temporarily unavailable -- Sam Steingold (http://sds.podval.org/) on CentOS release 5.3 (Final) http://dhimmi.com http://openvotingconsortium.org http://thereligionofpeace.com http://iris.org.il http://www.memritv.org http://truepeace.org http://ffii.org Democrats, get out of my wallet! Republicans, get out of my bedroom!