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