tests/test-basic.t
changeset 12156 4c94b6d0fb1c
parent 11742 5dc8b3ee407b
child 13568 0b79cf616e65
equal deleted inserted replaced
12155:94ad12aa0530 12156:4c94b6d0fb1c
     6 
     6 
     7 Make a changeset:
     7 Make a changeset:
     8 
     8 
     9   $ echo a > a
     9   $ echo a > a
    10   $ hg add a
    10   $ hg add a
    11   $ hg commit -m test -d "1000000 0"
    11   $ hg commit -m test
    12 
    12 
    13 This command is ancient:
    13 This command is ancient:
    14 
    14 
    15   $ hg history
    15   $ hg history
    16   changeset:   0:0acdaf898367
    16   changeset:   0:acb14030fe0a
    17   tag:         tip
    17   tag:         tip
    18   user:        test
    18   user:        test
    19   date:        Mon Jan 12 13:46:40 1970 +0000
    19   date:        Thu Jan 01 00:00:00 1970 +0000
    20   summary:     test
    20   summary:     test
    21   
    21   
    22 
    22 
    23 Poke around at hashes:
    23 Poke around at hashes:
    24 
    24