emacs-devel
[Top][All Lists]
Advanced

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

Re: Status of VC Bazaar support?


From: Chong Yidong
Subject: Re: Status of VC Bazaar support?
Date: Sun, 02 Nov 2008 22:16:49 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> I provided the wrong patch as I just noticed...Parent branch is the
> more meaningful property compared to branch root.

+(defun vc-bzr-status-extra-headers (dir)
+  (let ((str (with-output-to-string
+               (with-current-buffer standard-output
+                 (vc-bzr--call '(t nil) "info")))))
...
+(defun vc-bzr--call (buffer command &rest args)
+  (apply 'process-file "bzr" nil buffer nil command args))
+

Shouldn't you use `vc-bzr-command' here?




reply via email to

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