We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55dcd32 commit 52e2682Copy full SHA for 52e2682
lisp/vc/vc-hg.el
@@ -1289,10 +1289,12 @@ REV is the revision to check out into WORKFILE."
1289
)))
1290
1291
(defun vc-hg-log-incoming (buffer remote-location)
1292
+ (vc-setup-buffer buffer)
1293
(vc-hg-command buffer 1 nil "incoming" "-n" (unless (string= remote-location "")
1294
remote-location)))
1295
1296
(defun vc-hg-log-outgoing (buffer remote-location)
1297
1298
(vc-hg-command buffer 1 nil "outgoing" "-n" (unless (string= remote-location "")
1299
1300
0 commit comments