mercurial/__init__.py
author Matt Mackall <mpm@selenic.com>
Mon, 24 Sep 2007 12:36:38 -0500
changeset 5326 319c09685f30
parent 0 9117c6561b0b
permissions -rw-r--r--
dirstate: make dir collision logic faster - shortcircuit decpath if we haven't built the _dirs map - increment only for leafnodes of directory tree (this should make construction more like O(nlog n) than O(n^2))