##// END OF EJS Templates
branchcache: show the cache file content in test-branches-obsoletes.t...
branchcache: show the cache file content in test-branches-obsoletes.t This help to track the changes in format between v2 and v3.

File last commit:

r51590:e7ef11b7 default
r52421:88b0e07d default
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()