Menu

Commit [r7744]  Maximize  Restore  History

TracMercurial for 0.11: greatly speed-up repository browsing, thanks to a patch from Boris Kocherov.

Instead of gathering every linkrevs from the files below a given folder, which can be very slow for big repositories, we rather scan the changelog information backward, looking for the most recent change that affected the directory.

This closes #7746.

cboos 2008-12-03

changed /sandbox/mercurial-plugin-0.11/setup.py
changed /sandbox/mercurial-plugin-0.11/tracext/hg/backend.py
/sandbox/mercurial-plugin-0.11/setup.py Diff Switch to side-by-side view
Loading...
/sandbox/mercurial-plugin-0.11/tracext/hg/backend.py Diff Switch to side-by-side view
Loading...