mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
vc-hg: Perform the print-log call asynchronously
* lisp/vc/vc-hg.el (vc-hg-print-log): Perform the call asynchronously (bug#21067).
This commit is contained in:
parent
50ad176d28
commit
a215fe8a8d
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ If LIMIT is non-nil, show no more than this many entries."
|
|||
(let ((inhibit-read-only t))
|
||||
(with-current-buffer
|
||||
buffer
|
||||
(apply 'vc-hg-command buffer 0 files "log"
|
||||
(apply 'vc-hg-command buffer 'async files "log"
|
||||
(nconc
|
||||
(when start-revision (list (format "-r%s:0" start-revision)))
|
||||
(when limit (list "-l" (format "%s" limit)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue