emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 ff4ed4a 2/3: ; Add a TODO


From: Dmitry Gutov
Subject: emacs-27 ff4ed4a 2/3: ; Add a TODO
Date: Tue, 11 Feb 2020 17:29:56 -0500 (EST)

branch: emacs-27
commit ff4ed4a0ff5929d5ea81a0590ac1a4ca8dfc31ce
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    ; Add a TODO
---
 lisp/vc/vc-hg.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lisp/vc/vc-hg.el b/lisp/vc/vc-hg.el
index a91e1f5..d00b69c 100644
--- a/lisp/vc/vc-hg.el
+++ b/lisp/vc/vc-hg.el
@@ -1356,6 +1356,9 @@ REV is the revision to check out into WORKFILE."
   ;; XXX: We can't pass DIR directly to 'hg status' because that
   ;; returns all ignored files if FILES is non-nil (bug#22481).
   (let ((default-directory dir))
+    ;; TODO: Use "--config 'status.relative=1'" instead of "re:"
+    ;; when we're allowed to depend on Mercurial 4.2+
+    ;; (it's a bit faster).
     (vc-hg-command (current-buffer) 'async files
                    "status" "re:" "-I" "."
                    (concat "-mardu" (if files "i"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]