* lisp/vc/vc.el (vc-log-remote-unintegrated): Set vc-log-view-type.

Do not merge to master.
This commit is contained in:
Sean Whitton 2026-06-11 15:05:59 +01:00
parent ffa25543a1
commit 7b23e17eb8

View file

@ -3643,7 +3643,8 @@ When called from Lisp, optional argument FILESET overrides the fileset."
;; REFRESH nil here because we just refreshed. ;; REFRESH nil here because we just refreshed.
(vc--outgoing-base-mergebase backend (vc--outgoing-base-mergebase backend
upstream-location upstream-location
nil 'force-topic)))) nil 'force-topic)
'log-unintegrated)))
;;;###autoload ;;;###autoload
(defun vc-root-log-remote-unintegrated (&optional upstream-location) (defun vc-root-log-remote-unintegrated (&optional upstream-location)