mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
Fixes: debbugs:18579
* lisp/vc/vc-hg.el (vc-hg-dir-status-files): Include ignored files.
This commit is contained in:
parent
7aac8f171b
commit
5ceb233b2d
2 changed files with 4 additions and 1 deletions
|
|
@ -628,7 +628,7 @@ REV is the revision to check out into WORKFILE."
|
|||
(vc-hg-after-dir-status update-function)))
|
||||
|
||||
(defun vc-hg-dir-status-files (dir files _default-state update-function)
|
||||
(apply 'vc-hg-command (current-buffer) 'async dir "status" "-C" files)
|
||||
(apply 'vc-hg-command (current-buffer) 'async dir "status" "-mardui" "-C" files)
|
||||
(vc-run-delayed
|
||||
(vc-hg-after-dir-status update-function)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue