diff lisp/vc-hg.el @ 79722:a566e6f181dc

(vc-hg-dir-state): Pass the dir argument to vc-hg-command.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 07 Jan 2008 03:07:36 +0000
parents 73661ddc7ac7
children 4ceae4ec8fb2
line wrap: on
line diff
--- a/lisp/vc-hg.el	Mon Jan 07 02:45:14 2008 +0000
+++ b/lisp/vc-hg.el	Mon Jan 07 03:07:36 2008 +0000
@@ -170,7 +170,7 @@
 
 (defun vc-hg-dir-state (dir)
   (with-temp-buffer
-    (vc-hg-command (current-buffer) nil nil "status")
+    (vc-hg-command (current-buffer) nil dir "status")
     (goto-char (point-min))
     (let ((status-char nil)
 	  (file nil))