tests/test-encode.t
changeset 16913 f2719b387380
parent 14182 ec5886db9dc6
child 37461 538353b80676
equal deleted inserted replaced
16912:6ef3107c661e 16913:f2719b387380
    57   $ cd subdir
    57   $ cd subdir
    58   $ hg -R .. cat ../a.gz
    58   $ hg -R .. cat ../a.gz
    59   this is a test
    59   this is a test
    60   $ hg -R .. cat --decode ../a.gz | gunzip
    60   $ hg -R .. cat --decode ../a.gz | gunzip
    61   this is a test
    61   this is a test
       
    62 
       
    63   $ cd ..