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:
parent
b20d7f2cda
commit
cf715848d8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user