##// END OF EJS Templates
copytracing: fix a bug in an edge case in metadata.compute_all_files_changes
copytracing: fix a bug in an edge case in metadata.compute_all_files_changes

File last commit:

r51590:e7ef11b7 default
r52653:7d9bd50a 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()