##// END OF EJS Templates
config: move the option to mmap rev branch cache in the storage section...
config: move the option to mmap rev branch cache in the storage section See previous commit for rational.

File last commit:

r51654:2c34c9b6 default
r52340:40943970 stable
Show More
_types.py
6 lines | 126 B | text/x-python | PythonLexer
from typing import Any, Callable, Tuple
# Type annotations
ParseFloat = Callable[[str], Any]
Key = Tuple[str, ...]
Pos = int