tests/test-transaction-rollback-on-revlog-split.t
changeset 47325 93fc0a13b7e8
parent 47297 18415fc918a1
child 47561 8e9295912573
equal deleted inserted replaced
47324:b1ce93dcdf3c 47325:93fc0a13b7e8
    26 the small and moderate change and will transition to non-inline storage when
    26 the small and moderate change and will transition to non-inline storage when
    27 adding the big change.
    27 adding the big change.
    28 
    28 
    29   $ hg init troffset-computation --config format.revlog-compression=none
    29   $ hg init troffset-computation --config format.revlog-compression=none
    30   $ cd troffset-computation
    30   $ cd troffset-computation
    31   $ printf '% 20d' '1' > file
    31   $ printf '%20d' '1' > file
    32   $ hg commit -Aqm_
    32   $ hg commit -Aqm_
    33   $ printf '% 1024d' '1' > file
    33   $ printf '%1024d' '1' > file
    34   $ hg commit -Aqm_
    34   $ hg commit -Aqm_
    35   $ dd if=/dev/zero of=file bs=1k count=128 > /dev/null 2>&1
    35   $ dd if=/dev/zero of=file bs=1k count=128 > /dev/null 2>&1
    36   $ hg commit -Aqm_
    36   $ hg commit -Aqm_
    37   $ cd ..
    37   $ cd ..
    38 
    38