[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/vc-hg.el,v [EMACS_22_BASE]
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/vc-hg.el,v [EMACS_22_BASE] |
Date: |
Mon, 07 Jan 2008 03:07:40 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Branch: EMACS_22_BASE
Changes by: Dan Nicolaescu <dann> 08/01/07 03:07:39
Index: vc-hg.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/vc-hg.el,v
retrieving revision 1.12.2.14
retrieving revision 1.12.2.15
diff -u -b -r1.12.2.14 -r1.12.2.15
--- vc-hg.el 7 Jan 2008 02:44:09 -0000 1.12.2.14
+++ vc-hg.el 7 Jan 2008 03:07:35 -0000 1.12.2.15
@@ -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))
- [Emacs-diffs] Changes to emacs/lisp/vc-hg.el,v [EMACS_22_BASE], Dan Nicolaescu, 2008/01/04
- [Emacs-diffs] Changes to emacs/lisp/vc-hg.el,v [EMACS_22_BASE], Glenn Morris, 2008/01/06
- [Emacs-diffs] Changes to emacs/lisp/vc-hg.el,v [EMACS_22_BASE],
Dan Nicolaescu <=
- [Emacs-diffs] Changes to emacs/lisp/vc-hg.el,v [EMACS_22_BASE], Dan Nicolaescu, 2008/01/07
- [Emacs-diffs] Changes to emacs/lisp/vc-hg.el,v [EMACS_22_BASE], Dan Nicolaescu, 2008/01/09