mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
Merge branch 'emacs-24'.
This commit is contained in:
commit
0cce3623b1
94 changed files with 1130 additions and 608 deletions
|
|
@ -639,7 +639,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