tests/test-mactext
changeset 8167 6c82beaaa11a
parent 6482 529d7887ecfe
equal deleted inserted replaced
8166:56719b1aa6f4 8167:6c82beaaa11a
    21 cat .hg/hgrc
    21 cat .hg/hgrc
    22 echo
    22 echo
    23 
    23 
    24 echo hello > f
    24 echo hello > f
    25 hg add f
    25 hg add f
    26 hg ci -m 1 -d'0 0'
    26 hg ci -m 1
    27 echo
    27 echo
    28 
    28 
    29 python unix2mac.py f
    29 python unix2mac.py f
    30 hg ci -m 2 -d'0 0'
    30 hg ci -m 2
    31 hg cat f | python print.py
    31 hg cat f | python print.py
    32 cat f | python print.py
    32 cat f | python print.py