-
Committer:
Martin Pool
-
Date:
2007-03-04 08:09:09 UTC
-
mto:
(2255.11.3 dirstate)
-
mto:
This revision was merged to the branch mainline in
revision
2322.
-
Revision ID:
mbp@sourcefrog.net-20070304080909-xjsidexprse2bar5
Fix dirstate sorting bug and refine the _validate() assertions:
In this format the dirblocks are sorted by directory treated as a series
of components, validate needs to be updated to take that into account.
When there are multiple entries at the same path they are be sorted by id.
Add a test for this.