emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r107660: Tweak previous vz-bzr change


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107660: Tweak previous vz-bzr change yet again
Date: Thu, 22 Mar 2012 15:57:43 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107660
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2012-03-22 15:57:43 -0400
message:
  Tweak previous vz-bzr change yet again
modified:
  lisp/vc/vc-bzr.el
=== modified file 'lisp/vc/vc-bzr.el'
--- a/lisp/vc/vc-bzr.el 2012-03-22 19:17:43 +0000
+++ b/lisp/vc/vc-bzr.el 2012-03-22 19:57:43 +0000
@@ -116,7 +116,8 @@
                 process-environment)))
     (apply 'vc-do-command (or buffer "*vc*") okstatus vc-bzr-program
            file-or-list bzr-command
-           (if (string-equal "status" bzr-command)
+           (if (and (string-equal "status" bzr-command)
+                    vc-bzr-status-switches)
                (append (if (stringp vc-bzr-status-switches)
                            (list vc-bzr-status-switches)
                          vc-bzr-status-switches)


reply via email to

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