mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
* lisp/vc/vc.el (vc-log-remote-unintegrated): Set vc-log-view-type.
Do not merge to master.
This commit is contained in:
parent
ffa25543a1
commit
7b23e17eb8
1 changed files with 2 additions and 1 deletions
|
|
@ -3643,7 +3643,8 @@ When called from Lisp, optional argument FILESET overrides the fileset."
|
|||
;; REFRESH nil here because we just refreshed.
|
||||
(vc--outgoing-base-mergebase backend
|
||||
upstream-location
|
||||
nil 'force-topic))))
|
||||
nil 'force-topic)
|
||||
'log-unintegrated)))
|
||||
|
||||
;;;###autoload
|
||||
(defun vc-root-log-remote-unintegrated (&optional upstream-location)
|
||||
|
|
|
|||
Loading…
Reference in a new issue