projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a5129a
)
; Add a TODO
author
Dmitry Gutov
<dgutov@yandex.ru>
Tue, 11 Feb 2020 22:19:25 +0000
(
00:19
+0200)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Tue, 11 Feb 2020 22:29:40 +0000
(
00:29
+0200)
lisp/vc/vc-hg.el
patch
|
blob
|
history
diff --git
a/lisp/vc/vc-hg.el
b/lisp/vc/vc-hg.el
index a91e1f5ad6c327c0bbe0364ea95daeefce0c2360..d00b69c0d081c7482733ac6e6de84d6abe16d4be 100644
(file)
--- 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"))