Mercurial > public > mercurial-scm > hg
diff tests/test-convert-datesort.out @ 8690:c5b4f662109f
convert: add --sourcesort option for source specific sort
Only supported by Mercurial source for now.
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Mon, 01 Jun 2009 17:12:39 +0200 |
parents | 4b0c9c674707 |
children | 827d4e807d57 |
line wrap: on
line diff
--- a/tests/test-convert-datesort.out Mon Jun 01 17:12:38 2009 +0200 +++ b/tests/test-convert-datesort.out Mon Jun 01 17:12:39 2009 +0200 @@ -7,7 +7,40 @@ 1 files updated, 0 files merged, 1 files removed, 0 files unresolved 2 files updated, 0 files merged, 0 files removed, 0 files unresolved % convert with datesort -initializing destination t2 repository +initializing destination t-datesort repository +scanning source... +sorting... +converting... +8 a0 +7 a1 +6 a2 +5 a3 +4 a4 +3 b0 +2 a5 +1 a6 +0 b1 +% graph converted repo +o 8 "b1" +| +| o 7 "a6" +| | +| o 6 "a5" +| | +o | 5 "b0" +| | +| o 4 "a4" +| | +| o 3 "a3" +| | +| o 2 "a2" +| | +| o 1 "a1" +|/ +o 0 "a0" + +% convert with datesort +initializing destination t-sourcesort repository scanning source... sorting... converting...