From 9e1a1109f7ba74795897cbcb4cb9bbc5d4046bf6 Mon Sep 17 00:00:00 2001
From: Glenn Morris <rgm@gnu.org>
Date: Thu, 22 Mar 2012 15:57:43 -0400
Subject: [PATCH] Tweak previous vz-bzr change yet again

---
 lisp/vc/vc-bzr.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/vc/vc-bzr.el b/lisp/vc/vc-bzr.el
index 58e1c27c226..798131236d5 100644
--- a/lisp/vc/vc-bzr.el
+++ b/lisp/vc/vc-bzr.el
@@ -116,7 +116,8 @@ prepends `vc-bzr-status-switches' to ARGS."
                 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)
-- 
2.39.5