tests/test-encode
changeset 6093 f5b00b6e426a
parent 3853 c0b449154a90
child 6094 3998c1b0828f
equal deleted inserted replaced
6092:911f5be5d159 6093:f5b00b6e426a
    30 rm a.gz
    30 rm a.gz
    31 hg co
    31 hg co
    32 
    32 
    33 echo %% uncompress our new working dir copy
    33 echo %% uncompress our new working dir copy
    34 gunzip < a.gz
    34 gunzip < a.gz
       
    35 
       
    36 echo %% check hg cat operation
       
    37 hg cat a.gz
       
    38 hg cat -d a.gz | gunzip
       
    39 mkdir subdir
       
    40 cd subdir
       
    41 hg -R .. cat ../a.gz
       
    42 hg -R .. cat -d ../a.gz | gunzip