##// END OF EJS Templates
check-code: document reason and suggest alternative to exit code negation...
check-code: document reason and suggest alternative to exit code negation The check was introduced in f48b075ff088. We trust the explanation from there.

File last commit:

r52757:1c5810ce default
r52853:1c23faf6 stable
Show More
__main__.py
12 lines | 215 B | text/x-python | PythonLexer
def run():
from . import demandimport
with demandimport.tracing.log('hg script'):
demandimport.enable()
from . import dispatch
dispatch.run()
if __name__ == '__main__':
run()