bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#63123: [PATCH] Make vc-hg-annotate-command async


From: Dmitry Gutov
Subject: bug#63123: [PATCH] Make vc-hg-annotate-command async
Date: Fri, 5 May 2023 02:43:53 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

On 04/05/2023 08:39, Eli Zaretskii wrote:
Date: Thu, 4 May 2023 02:03:03 +0300
From: Dmitry Gutov <dmitry@gutov.dev>

On 27/04/2023 19:12, Spencer Baugh wrote:
-  (apply #'vc-hg-command buffer 0 file "annotate" "-dq" "-n"
+  (apply #'vc-hg-command buffer 'async file "annotate" "-dq" "-n"

Looking good, thanks.

Eli, is this for master only?

Yes, it's a new feature.

All right.

It might not really be a "fix" (an improvement rather), but it seems
obviously correct: vc-git-annotate-command does this already.

Is it really awfully important to do this ASAP for Mercurial?

No, probably not.

Pushed to master and closing. Thanks all!





reply via email to

[Prev in Thread] Current Thread [Next in Thread]