emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master cf71584: Support showing one revision with Bazaar


From: Eli Zaretskii
Subject: master cf71584: Support showing one revision with Bazaar
Date: Fri, 29 Nov 2019 04:31:15 -0500 (EST)

branch: master
commit cf715848d8dbc4474eabfa492f33065b4d6e2c71
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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".
---
 lisp/vc/vc-bzr.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/vc/vc-bzr.el b/lisp/vc/vc-bzr.el
index 4c75eb7..dcf3323 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."
                           ;; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]