mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue