Variable: vc-remote-location-history
vc-remote-location-history is a variable defined in vc.el.gz.
Value
nil
Documentation
History of upstream locations for VC incoming and outgoing commands.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc.el.gz
;; FIXME: Consider renaming to `vc-upstream-location-history'.
(defvar vc-remote-location-history nil
"History of upstream locations for VC incoming and outgoing commands.")