-
Committer:
John Arbash Meinel
-
Date:
2007-03-01 15:54:18 UTC
-
mto:
(2255.11.3 dirstate)
-
mto:
This revision was merged to the branch mainline in
revision
2322.
-
Revision ID:
john@arbash-meinel.com-20070301155418-ocyly7icb2tyhvvu
Don't decode the path entry until we've actually decided to return the tuple.
This saves somewhere between 500 - 1000ms on the Moz tree.
It will be more noticable when we don't do the extra directory walking
(where we have to decode all of the path names again).