##// END OF EJS Templates
dirstate: add __contains__ and make __getitem__ more useful...
dirstate: add __contains__ and make __getitem__ more useful dirstate.state(f) == '?' -> f not in dirstate dirstate.state(f) -> dirstate[f]
Matt Mackall -
r4906:30847b8a default
Show More
Name Size Modified Last Commit Author
/ hgext / convert
__init__.py Loading ...
common.py Loading ...
cvs.py Loading ...
git.py Loading ...
hg.py Loading ...
subversion.py Loading ...
transport.py Loading ...