tests/test-revlog-packentry.t
changeset 37282 009d0283de5f
parent 23285 6cc1f388ac80
child 37283 d4e62df1c73d
equal deleted inserted replaced
37281:806b07d7c7d6 37282:009d0283de5f
    14   $ hg ci -Am 'add foo again'
    14   $ hg ci -Am 'add foo again'
    15   adding foo
    15   adding foo
    16   created new head
    16   created new head
    17 
    17 
    18   $ hg debugindex foo
    18   $ hg debugindex foo
    19      rev    offset  length  ..... linkrev nodeid       p1           p2 (re)
    19      rev    offset  length linkrev nodeid       p1           p2
    20        0         0       0  .....       0 b80de5d13875 000000000000 000000000000 (re)
    20        0         0       0       0 b80de5d13875 000000000000 000000000000
    21        1         0      13  .....       1 0376abec49b8 000000000000 000000000000 (re)
    21        1         0      13       1 0376abec49b8 000000000000 000000000000
    22 
    22 
    23   $ cd ..
    23   $ cd ..