tests/test-encode.t
changeset 14182 ec5886db9dc6
parent 12416 1fcdd9b7f657
child 16913 f2719b387380
equal deleted inserted replaced
14171:fa2b596db182 14182:ec5886db9dc6
    23 
    23 
    24   $ hg status
    24   $ hg status
    25 
    25 
    26 check contents in repo are encoded
    26 check contents in repo are encoded
    27 
    27 
    28   $ hg debugdata .hg/store/data/a.gz.d 0
    28   $ hg debugdata a.gz 0
    29   this is a test
    29   this is a test
    30   $ hg debugdata .hg/store/data/not.gz.d 0
    30   $ hg debugdata not.gz 0
    31   THIS IS A TEST
    31   THIS IS A TEST
    32 
    32 
    33 check committed content was decoded
    33 check committed content was decoded
    34 
    34 
    35   $ gunzip < a.gz
    35   $ gunzip < a.gz