##// 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 ...
acl.py Loading ...
alias.py Loading ...
bugzilla.py Loading ...
children.py Loading ...
extdiff.py Loading ...
fetch.py Loading ...
gpg.py Loading ...
graphlog.py Loading ...
hbisect.py Loading ...
hgk.py Loading ...
interhg.py Loading ...
mq.py Loading ...
notify.py Loading ...
patchbomb.py Loading ...
purge.py Loading ...
transplant.py Loading ...
win32text.py Loading ...