emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#11012: closed (VC git checkout fails with error)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#11012: closed (VC git checkout fails with error)
Date: Sun, 10 Jun 2012 18:33:02 +0000

Your message dated Sun, 10 Jun 2012 14:29:30 -0400
with message-id <address@hidden>
and subject line Re: bug#11012: VC git checkout fails with error
has caused the debbugs.gnu.org bug report #11012,
regarding VC git checkout fails with error
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
11012: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11012
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: VC git checkout fails with error Date: Wed, 14 Mar 2012 10:08:45 -0400
X-Debbugs-CC: Robert Goldman <address@hidden>

Begin forwarded message:

> From: Robert Goldman <address@hidden>
> Subject: [Aquamacs-bugs] VC git checkout fails with error
> Date: March 12, 2012 12:38:58 PM EDT
> To: Aquamacs bugs list <address@hidden>
> Reply-To: address@hidden, Bug reports for Aquamacs Emacs <address@hidden>
> 
> Using ^X V + (vc-update) in a buffer under git revision control calls 
> vc-git-command as follows:
> 
> vc-git-command(nil 0 <filename> "checkout" t)
> 
> The arguments to vc-git-command are 
> 
> (defun vc-git-command (buffer okstatus file-or-list &rest flags)
> 
> and it calls 
> 
> vc-do-command (buffer okstatus command file-or-list &rest flags)
> 
> with flags as ("checkout" t)
> 
> but vc-do-command treats flags as a list of strings, meaning that it
> blows up with a not-a-sequence error here:
> 
> (mapcar (lambda (s) (if (> (length s) 20) (concat (substring s 0 2) "...")  
> s)) flags)
> 
> vc-dispatcher.el, line 300.
> 
> That last argument, T, is supposed to be a REV at the bottom of the call 
> stack, where we call vc-update and then vc-checkout.
> 
> The slip-up seems to be on the pass-through to vc-call-backend.
> 
> Aquamacs info:
> 
> GNU Emacs 23.3.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)
> of 2011-10-25 on braeburn.aquamacs.org - Aquamacs Distribution 2.4
> 
> Snow Leopard




--- End Message ---
--- Begin Message --- Subject: Re: bug#11012: VC git checkout fails with error Date: Sun, 10 Jun 2012 14:29:30 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Emacs 24.1, where this is fixed, has been released.


--- End Message ---

reply via email to

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