##// END OF EJS Templates
tests: add extension to emulate invoking dirstate.write at the specific time...
tests: add extension to emulate invoking dirstate.write at the specific time This extension fakes 'now' for 'parsers.pack_dirstate()' to emulate invoking 'dirstate.write()' at the specific time, only when 'dirstate.write()' is invoked via functions below: - 'workingctx._checklookup()' (= 'repo.status()') - 'committablectx.markcommitted()' This is useful to reproduce timing critical issues fixed in subsequent patches.

File last commit:

r14046:b24e5a70 default
r25752:815df73a default
Show More
footer.tmpl
5 lines | 80 B | application/x-cheetah | CheetahLexer
Benoit Allard
web: Made elapsed time calculation dynamic (javascript)....
r14046 <script type="text/javascript">process_dates()</script>
Dan Villiom Podlaski Christiansen
setup: install translation files as package data...
r9999 {motd}
</body>
</html>