##// END OF EJS Templates
perf: add a no-lookup variant to perfindex...
perf: add a no-lookup variant to perfindex It is useful to check how long it takes to create a index object without doing anything with it. We add a new flag dedicated to that.

File last commit:

r32568:4b9b8793 default
r41483:e9891c73 default
Show More
editmergeps.bat
2 lines | 102 B | application/x-msdownload | BatchLexer
Kostia Balytskyi
contrib: add editmerge version for powershell...
r32329 @echo off
Kostia Balytskyi
contrib: run editmergeps.ps1 from the same location as editmergeps.bat...
r32568 powershell -NoProfile -ExecutionPolicy unrestricted -Command "& '%~dp0\editmergeps.ps1' %*"