##// END OF EJS Templates
cleanup: drop variables for unused return values...
cleanup: drop variables for unused return values They are unnecessary. I did leave them in localrepo.py where there is something like: _junk = foo() _junk = None to free memory early. I don't know if just `foo()` will free the return value as early.

File last commit:

r1360:7d439981 default
r7874:d812029c default
Show More
__init__.py
1 line | 14 B | text/x-python | PythonLexer
# placeholder