emacs-devel
[Top][All Lists]
Advanced

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

Re: limit the number of log entries displayed by C-x v l


From: Stefan Monnier
Subject: Re: limit the number of log entries displayed by C-x v l
Date: Wed, 18 Nov 2009 19:52:22 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

>> Having tried it on Bzr I see that it's still sufficiently slow with that
>> backend, that I might prefer to see the complete log so I can then
>> navigate it to see the various revisions I'm interested in, rather than
>> get a single-comment N times.
> Then one can just do C-x v l ...

Good point.

> The reason I found your idea to show a single entry interesting: with
> the limiting of C-x v l output that we do now by default, you can ask
> for a log in vc-annotate and not get it if the log entry is old enough.
> It's rather nice to see exactly the entry you asked for.
> So what should we do?

Change vc-annotate's code so that if the file's log is already displayed
in the *vc-change-log* buffer, it just jumps to the appropriate entry,
otherwise it does what your code did (i.e. ask the backend for just
that revision's log).


        Stefan




reply via email to

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