##// END OF EJS Templates
admin-verify: pass p1 down to the dirstate function...
admin-verify: pass p1 down to the dirstate function This was forgotten and can break with certain kinds of corruption.

File last commit:

r51590:e7ef11b7 default
r52506:dcb00d5c 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()