Function: vc-default-log-outgoing

vc-default-log-outgoing is a byte-compiled function defined in vc.el.gz.

Signature

(vc-default-log-outgoing BACKEND BUFFER UPSTREAM-LOCATION)

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc.el.gz
(defun vc-default-log-outgoing (backend buffer upstream-location)
  (let ((incoming (vc--incoming-revision backend upstream-location))
        (default-directory (vc-root-dir backend)))
    (vc-call-backend backend 'print-log (list default-directory)
                     buffer t ""
                     (vc-call-backend backend 'mergebase incoming))))