tests/test-convert-datesort.out
branchstable
changeset 12795 3cb0559e44d0
parent 12793 469850088fc1
parent 12794 6bf8d48bec8e
child 12796 bc69ba99e34b
equal deleted inserted replaced
12793:469850088fc1 12795:3cb0559e44d0
     1 adding a
       
     2 marked working directory as branch brancha
       
     3 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
       
     4 marked working directory as branch branchb
       
     5 adding b
       
     6 1 files updated, 0 files merged, 1 files removed, 0 files unresolved
       
     7 2 files updated, 0 files merged, 0 files removed, 0 files unresolved
       
     8 % convert with datesort
       
     9 initializing destination t-datesort repository
       
    10 scanning source...
       
    11 sorting...
       
    12 converting...
       
    13 8 a0
       
    14 7 a1
       
    15 6 a2
       
    16 5 a3
       
    17 4 a4
       
    18 3 b0
       
    19 2 a5
       
    20 1 a6
       
    21 0 b1
       
    22 % graph converted repo
       
    23 o  8 "b1"
       
    24 |
       
    25 | o  7 "a6"
       
    26 | |
       
    27 | o  6 "a5"
       
    28 | |
       
    29 o |  5 "b0"
       
    30 | |
       
    31 | o  4 "a4"
       
    32 | |
       
    33 | o  3 "a3"
       
    34 | |
       
    35 | o  2 "a2"
       
    36 | |
       
    37 | o  1 "a1"
       
    38 |/
       
    39 o  0 "a0"
       
    40 
       
    41 % convert with datesort (default mode)
       
    42 initializing destination t-sourcesort repository
       
    43 scanning source...
       
    44 sorting...
       
    45 converting...
       
    46 8 a0
       
    47 7 a1
       
    48 6 a2
       
    49 5 a3
       
    50 4 b0
       
    51 3 a4
       
    52 2 a5
       
    53 1 a6
       
    54 0 b1
       
    55 % graph converted repo
       
    56 o  8 "b1"
       
    57 |
       
    58 | o  7 "a6"
       
    59 | |
       
    60 | o  6 "a5"
       
    61 | |
       
    62 | o  5 "a4"
       
    63 | |
       
    64 o |  4 "b0"
       
    65 | |
       
    66 | o  3 "a3"
       
    67 | |
       
    68 | o  2 "a2"
       
    69 | |
       
    70 | o  1 "a1"
       
    71 |/
       
    72 o  0 "a0"
       
    73