Files
@ a83a1799480c
Branch filter:
Location: kallithea/pylons_app/controllers/hg.py
a83a1799480c
1.1 KiB
text/x-python
Reimplemented way of caching repos list, hg model now get's repos objects right from cached dict, this way we skipp creating instances of MercurialRepository and gain performance. Some import cleanup