aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/vc/vc-bzr.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/vc/vc-bzr.el b/lisp/vc/vc-bzr.el
index 4c75eb79f1a..dcf3323866e 100644
--- a/lisp/vc/vc-bzr.el
+++ b/lisp/vc/vc-bzr.el
@@ -762,6 +762,7 @@ If LIMIT is non-nil, show no more than this many entries."
762 ;; Is -c any different to -r in this case? 762 ;; Is -c any different to -r in this case?
763 "-r%s" 763 "-r%s"
764 "-r..%s") start-revision))) 764 "-r..%s") start-revision)))
765 (if (eq vc-log-view-type 'with-diff) (list "-p"))
765 (when limit (list "-l" (format "%s" limit))) 766 (when limit (list "-l" (format "%s" limit)))
766 ;; There is no sensible way to combine --limit and --forward, 767 ;; There is no sensible way to combine --limit and --forward,
767 ;; and it breaks the meaning of START-REVISION as the 768 ;; and it breaks the meaning of START-REVISION as the