1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00

Support showing one revision with Bazaar

* lisp/vc/vc-bzr.el (vc-bzr-print-log): Support 'with-diff'
invocation of "C-1 C-x v L".
This commit is contained in:
Eli Zaretskii 2019-11-29 11:30:43 +02:00
parent b20d7f2cda
commit cf715848d8

View File

@ -762,6 +762,7 @@ If LIMIT is non-nil, show no more than this many entries."
;; Is -c any different to -r in this case?
"-r%s"
"-r..%s") start-revision)))
(if (eq vc-log-view-type 'with-diff) (list "-p"))
(when limit (list "-l" (format "%s" limit)))
;; There is no sensible way to combine --limit and --forward,
;; and it breaks the meaning of START-REVISION as the