Mercurial > public > mercurial-scm > hg
diff mercurial/cmdutil.py @ 20704:623ed0ed793e
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__.
author | Lucas Moscovicz <lmoscovicz@fb.com> |
---|---|
date | Wed, 05 Mar 2014 18:49:47 -0800 |
parents | 3a35ba2681ec |
children | 9c1665f36588 |
line wrap: on
line diff