Problem/Motivation
When sorting open revisions RevisionTreeIndex does a sort based on the revision hash. This is an ascii sort on the string, therefore 10-abc is less than 9-abc. This is not what we need.
Proposed resolution
Sort by the ID before the -, then by the whole hash.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | interdiff.txt | 15.94 KB | timmillwood |
| #4 | 2954537-4.patch | 34.3 KB | timmillwood |
| #4 | 2954537-4-test-only.patch | 33.24 KB | timmillwood |
Comments
Comment #2
timmillwoodComment #3
timmillwoodComment #4
timmillwoodComment #5
timmillwoodHere's a rough interdiff without the noise of moving a webtest to a browser test.
Comment #8
timmillwoodComment #10
timmillwoodComment #12
timmillwood