tests/test-issue436
author Matt Mackall <mpm@selenic.com>
Mon, 24 Sep 2007 12:36:38 -0500
changeset 5326 319c09685f30
parent 3749 f9567a7fa3b3
permissions -rwxr-xr-x
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))

#!/bin/sh

hg init a
cd a
hg -v log -v
hg -v log -v x
true