summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2019-11-27 14:16:33 +0200
committerDmitry Gutov <dgutov@yandex.ru>2019-11-27 14:16:33 +0200
commit7497ee44b471f69ce59d131a6dece261e871534f (patch)
treeca6e3da88abe262789ad53a53065e6b423416fb3
parent52e2682f015d70b0945d9037686eec5fb8761571 (diff)
downloademacs-7497ee44b471f69ce59d131a6dece261e871534f.tar.gz
Revert "Call vc-setup-buffer in vc-hg-log-incoming and vc-hg-log-outgoing"
This reverts commit 52e2682f015d70b0945d9037686eec5fb8761571.
-rw-r--r--lisp/vc/vc-hg.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/vc/vc-hg.el b/lisp/vc/vc-hg.el
index a05815288c5..eab7e566b27 100644
--- a/lisp/vc/vc-hg.el
+++ b/lisp/vc/vc-hg.el
@@ -1289,12 +1289,10 @@ REV is the revision to check out into WORKFILE."
)))
(defun vc-hg-log-incoming (buffer remote-location)
- (vc-setup-buffer buffer)
(vc-hg-command buffer 1 nil "incoming" "-n" (unless (string= remote-location "")
remote-location)))
(defun vc-hg-log-outgoing (buffer remote-location)
- (vc-setup-buffer buffer)
(vc-hg-command buffer 1 nil "outgoing" "-n" (unless (string= remote-location "")
remote-location)))