tests/test-init.t
changeset 46116 17a695357270
parent 45906 95c4cca641f6
child 46874 84a93fa7ecfd
equal deleted inserted replaced
46115:be3d8178251e 46116:17a695357270
    31 
    31 
    32 test custom revlog chunk cache sizes
    32 test custom revlog chunk cache sizes
    33 
    33 
    34   $ hg --config format.chunkcachesize=0 log -R local -pv
    34   $ hg --config format.chunkcachesize=0 log -R local -pv
    35   abort: revlog chunk cache size 0 is not greater than 0
    35   abort: revlog chunk cache size 0 is not greater than 0
    36   [255]
    36   [50]
    37   $ hg --config format.chunkcachesize=1023 log -R local -pv
    37   $ hg --config format.chunkcachesize=1023 log -R local -pv
    38   abort: revlog chunk cache size 1023 is not a power of 2
    38   abort: revlog chunk cache size 1023 is not a power of 2
    39   [255]
    39   [50]
    40   $ hg --config format.chunkcachesize=1024 log -R local -pv
    40   $ hg --config format.chunkcachesize=1024 log -R local -pv
    41   changeset:   0:08b9e9f63b32
    41   changeset:   0:08b9e9f63b32
    42   tag:         tip
    42   tag:         tip
    43   user:        test
    43   user:        test
    44   date:        Thu Jan 01 00:00:00 1970 +0000
    44   date:        Thu Jan 01 00:00:00 1970 +0000