diff lisp/vc-hg.el @ 81984:5fe5698ac0fb

* vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list instead of a file. * vc-hg.el (vc-hg-print-log): Fix for multiple files. * vc.el: (vc-directory-exclusion-list): Add .hg and .bzr. (vc-diff-internal): Pass a list instead of a file.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 20 Jul 2007 01:22:18 +0000
parents d4b8336cd8f5
children 7179773d9d7f
line wrap: on
line diff
--- a/lisp/vc-hg.el	Fri Jul 20 00:19:49 2007 +0000
+++ b/lisp/vc-hg.el	Fri Jul 20 01:22:18 2007 +0000
@@ -248,11 +248,7 @@
       (with-current-buffer
 	  buffer
 	(insert "File:        " (file-name-nondirectory file) "\n"))
-      (vc-hg-command
-       buffer
-       ;; XXX Is this stuff really needed?
-       (if (and (vc-stay-local-p file) (fboundp 'start-process)) 'async 0)
-       file "log"))))
+      (vc-hg-command buffer nil file "log"))))
 
 (defvar log-view-message-re)
 (defvar log-view-file-re)