##// END OF EJS Templates
convert: add --sourcesort option for source specific sort...
convert: add --sourcesort option for source specific sort Only supported by Mercurial source for now.

File last commit:

r8690:c5b4f662 default
r8690:c5b4f662 default
Show More
test-convert-datesort.out
74 lines | 964 B | text/plain | TextLexer
/ tests / test-convert-datesort.out
Patrick Mezard
convert: fix --datesort ordering...
r6100 adding a
marked working directory as branch brancha
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
marked working directory as branch branchb
adding b
Dirkjan Ochtman
warn about new heads on commit (issue842)
r6336 created new head
Patrick Mezard
convert: fix --datesort ordering...
r6100 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
Patrick Mezard
convert: add --sourcesort option for source specific sort...
r8690 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
Patrick Mezard
convert: fix --datesort ordering...
r6100 scanning source...
sorting...
converting...
8 a0
7 a1
6 a2
5 a3
4 b0
3 a4
2 a5
1 a6
0 b1
% graph converted repo
o 8 "b1"
|
| o 7 "a6"
| |
| o 6 "a5"
| |
| o 5 "a4"
| |
o | 4 "b0"
| |
| o 3 "a3"
| |
| o 2 "a2"
| |
| o 1 "a1"
|/
o 0 "a0"