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

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

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


From: GNU bug Tracking System
Subject: bug#63123: closed ([PATCH] Make vc-hg-annotate-command async)
Date: Thu, 04 May 2023 23:45:01 +0000

Your message dated Fri, 5 May 2023 02:43:53 +0300
with message-id <0d15138a-9659-4063-264b-3137354a2406@gutov.dev>
and subject line Re: bug#63123: [PATCH] Make vc-hg-annotate-command async
has caused the debbugs.gnu.org bug report #63123,
regarding [PATCH] Make vc-hg-annotate-command async
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
63123: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63123
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] Make vc-hg-annotate-command async Date: Thu, 27 Apr 2023 12:12:08 -0400
Tags: patch





In GNU Emacs 29.0.60 (build 3, x86_64-pc-linux-gnu, X toolkit, cairo
 version 1.15.12, Xaw scroll bars) of 2023-03-13 built on
 igm-qws-u22796a
Repository revision: e759905d2e0828eac4c8164b09113b40f6899656
Repository branch: emacs-29
Windowing system distributor 'The X.Org Foundation', version 11.0.12011000
System Description: CentOS Linux 7 (Core)

Configured using:
 'configure --with-x-toolkit=lucid --with-modules
 --with-gif=ifavailable'

Attachment: 0001-Make-vc-hg-annotate-command-async.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: 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!


--- End Message ---

reply via email to

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