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)
(vc-standard-log-outgoing backend buffer upstream-location nil))