##// END OF EJS Templates
check-code: concatenate "check-code" on compile time...
check-code: concatenate "check-code" on compile time The python compiler concatenates two string constants. Use this instead of doing it on run time or instruct the user how to do it. The strings "no-check-code" and "check-code-ignore" has to be specially written for not skipping some checking of the code of this file.

File last commit:

r13041:79388a83 stable
r19382:5aeb03b4 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" %*