]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "Call vc-setup-buffer in vc-hg-log-incoming and vc-hg-log-outgoing"
authorDmitry Gutov <dgutov@yandex.ru>
Wed, 27 Nov 2019 12:16:33 +0000 (14:16 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Wed, 27 Nov 2019 12:16:33 +0000 (14:16 +0200)
This reverts commit 52e2682f015d70b0945d9037686eec5fb8761571.

lisp/vc/vc-hg.el

index a05815288c566a1c838fcd36c02eaafcb664baa3..eab7e566b274aa64a149d297a88c13d5f4f1763b 100644 (file)
@@ -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)))