##// END OF EJS Templates
log: make file log slow path usable on large repos...
log: make file log slow path usable on large repos Running "hg log <pattern or directory>" on large repos took a very, very long time because it first read ctx.files() for every commit before even starting to process the results. This change makes the ctx.files() check lazy, which makes the command start producing results immediately.

File last commit:

r13041:79388a83 stable
r19730:d184bae6 default
Show More
hg.cmd
3 lines | 68 B | application/x-dos-batch | BatchLexer
Steve Borho
wix: switch Mercurial Windows installer to use py2exe --bundle 3...
r13041 @echo off
rem launch hg.exe from parent folder
"%~dp0\..\hg.exe" %*