[ANN] Cache Annotations Extension - seeking feedback

Greg Ward greg-hg at gerg.ca
Sun Jan 31 16:05:44 CST 2010


On Sun, Jan 31, 2010 at 12:56 PM, Anton Markov <anton.markov at gmail.com> wrote:
> I am working on an extension that caches the results of the annotate command
> and uses the cache to speed up annotations for this revision and all future
> revisions of the file.

Interesting.  Are you planning on doing anything about
http://mercurial.selenic.com/bts/issue1839?  One of the hard things
about that bug is that a full, accurate annotate would be very slow.
So caching might help.

> You can get the latest version from:
>
> hg clone https://ucosp.kilnhg.com/Repo/UCOSP/Group/Cache-Annotations
> Username: guest
> Password: anonymous

Argh.  Requiring a login, even a trivial one, is an annoying barrier.
It makes it unnecessarily awkward to go look at your code.  If you
want feedback, please make it trivial to view your code.  If it's not
too big, just post it here.  Otherwise, post it on a publicly
available URL.

Thanks --

Greg


More information about the Mercurial-devel mailing list