emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: vc-dir does not show missing revisions for bzr


From: Sam Steingold
Subject: Re: vc-dir does not show missing revisions for bzr
Date: Thu, 03 Feb 2011 14:41:45 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> * Dan Nicolaescu <address@hidden> [2011-02-03 11:17:41 -0500]:
>
> Sam Steingold <address@hidden> 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(#<buffer  *temp*> 1 "bzr" nil "shelve" "--list" "-q")
  apply(vc-do-command #<buffer  *temp*> 1 "bzr" nil "shelve" ("--list" "-q"))
  vc-bzr-command("shelve" #<buffer  *temp*> 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!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]