##// END OF EJS Templates
dirstate: fix generator/list error when using python 2.7...
dirstate: fix generator/list error when using python 2.7 util.statfiles returns a generator on python 2.7 with c extensions disabled. This caused util.statfiles(...) [0] to break in tests. Since we're only stat'ing one file, I just changed it to call lstat directly.

File last commit:

r0:9117c656 default
r18663:05cf40f9 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer