Function: vc-incoming-outgoing-internal

vc-incoming-outgoing-internal is a byte-compiled function defined in vc.el.gz.

Signature

(vc-incoming-outgoing-internal BACKEND REMOTE-LOCATION BUFFER-NAME TYPE)

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc.el.gz
(defun vc-incoming-outgoing-internal (backend remote-location buffer-name type)
  (vc-log-internal-common
   backend buffer-name nil type
   (lambda (bk buf type-arg _files)
     (vc-call-backend bk type-arg buf remote-location))
   (lambda (_bk _files-arg _ret) nil)
   nil ;; Don't move point.
   (lambda (_ignore-auto _noconfirm)
     (vc-incoming-outgoing-internal backend remote-location buffer-name type))))