##// END OF EJS Templates
caches: store computation time inside context manager as helper. Since the with block is full...
caches: store computation time inside context manager as helper. Since the with block is full calculation we can use it to calculate the function execution time.

File last commit:

r2895:5aa6464f merge default
r2936:776b3361 default
Show More
.bumpversion.cfg
6 lines | 145 B | text/x-ini | IniLexer
[bumpversion]
current_version = 4.13.0
message = release: Bump version {current_version} to {new_version}
[bumpversion:file:rhodecode/VERSION]