tests/test-dispatch.py.out
changeset 37995 6f9ac3cb0987
parent 5688 883d887c6408
equal deleted inserted replaced
37994:e9c588802529 37995:6f9ac3cb0987
     1 running: init test1
     1 running: init test1
     2 result: None
     2 result: 0
     3 running: add foo
     3 running: add foo
     4 result: 0
     4 result: 0
     5 running: commit -m commit1 -d 2000-01-01 foo
     5 running: commit -m commit1 -d 2000-01-01 foo
     6 result: None
     6 result: 0
     7 running: commit -m commit2 -d 2000-01-02 foo
     7 running: commit -m commit2 -d 2000-01-02 foo
     8 result: None
     8 result: 0
     9 running: log -r 0
     9 running: log -r 0
    10 changeset:   0:0e4634943879
    10 changeset:   0:0e4634943879
    11 user:        test
    11 user:        test
    12 date:        Sat Jan 01 00:00:00 2000 +0000
    12 date:        Sat Jan 01 00:00:00 2000 +0000
    13 summary:     commit1
    13 summary:     commit1
    14 
    14 
    15 result: None
    15 result: 0
    16 running: log -r tip
    16 running: log -r tip
    17 changeset:   1:45589e459b2e
    17 changeset:   1:45589e459b2e
    18 tag:         tip
    18 tag:         tip
    19 user:        test
    19 user:        test
    20 date:        Sun Jan 02 00:00:00 2000 +0000
    20 date:        Sun Jan 02 00:00:00 2000 +0000
    21 summary:     commit2
    21 summary:     commit2
    22 
    22 
    23 result: None
    23 result: 0