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

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

bug#14937: vc-bzr.el test fails when bzr installed but using Git checkou


From: Glenn Morris
Subject: bug#14937: vc-bzr.el test fails when bzr installed but using Git checkout of Emacs
Date: Tue, 23 Jul 2013 12:04:57 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

I can't reproduce such a failure, don't see why it should fail in such a
case, nor how this change can be correct (see below). Could you show the
actual failure message?

Barry OReilly wrote:

> +(defun vc-bzr-test-p ()
> +  (and (executable-find vc-bzr-program)
> +       (file-accessible-directory-p ".bzr")))

This looks in whatever random directory the PWD happens to be for a .bzr
directory. That can't be right.





reply via email to

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