Mercurial > emacs
changeset 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 | ec9cfc111df0 |
files | lisp/ChangeLog lisp/vc-hg.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Jan 07 02:45:14 2008 +0000 +++ b/lisp/ChangeLog Mon Jan 07 03:07:36 2008 +0000 @@ -1,3 +1,8 @@ +2008-01-07 Dan Nicolaescu <dann@ics.uci.edu> + + * vc-hg.el (vc-hg-dir-state): Pass the dir argument to + vc-hg-command. + 2008-01-07 Glenn Morris <rgm@gnu.org> * calc/calc-help.el (calc-full-help): Use emacs-copyright.
--- 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))