]> git.eshelyaron.com Git - emacs.git/commit
Make vc-hg-annotate-command async
authorSpencer Baugh <sbaugh@janestreet.com>
Thu, 27 Apr 2023 16:11:45 +0000 (12:11 -0400)
committerDmitry Gutov <dmitry@gutov.dev>
Thu, 4 May 2023 23:42:49 +0000 (02:42 +0300)
commit34ac7d908762663e4f91b678d3456286c494c237
tree22fe687c22b436c5c7380178487bf56c566a6309
parent5f79d821a0651b74268cc1a27a8396a7e524a8c8
Make vc-hg-annotate-command async

There's no benefit in this running the process synchrounously, and
it's annoying for it to block the Emacs UI.

* lisp/vc/vc-hg.el (vc-hg-annotate-command):
Run asynchronously (bug#63123).
lisp/vc/vc-hg.el