##// END OF EJS Templates
cmdutil: changed walkchangerevs to use spanset instead of baseset...
cmdutil: changed walkchangerevs to use spanset instead of baseset Using a spanset takes almost no memory at all. A baseset builds the entire list in memory and is much slower for methods like __contains__.
Lucas Moscovicz -
r20704:623ed0ed default
Show More
Name Size Modified Last Commit Author
/ mercurial / httpclient
__init__.py Loading ...
_readers.py Loading ...
socketutil.py Loading ...