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

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

bug#67062: 30.0.50; [PATCH] Abbreviate the revision in 'vc-annotate' (fo


From: Dmitry Gutov
Subject: bug#67062: 30.0.50; [PATCH] Abbreviate the revision in 'vc-annotate' (for Git)
Date: Sun, 12 Nov 2023 22:37:42 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0

On 12/11/2023 20:48, Juri Linkov wrote:
no, vc-annotate will call a new function, which will have a special
code for Git alone.
That's one extra indirection, but conceptually the same. We couldn't modify
vc-working-revision for this, so it'll have to be a new function.
But maybe could add a new optional arg to vc-working-revision?

That's worse: we'll end up with a number-of-args migration, having to use a condition-case form for a number of years. All for a new argument that isn't used by the majority of the backends.





reply via email to

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