tests/test-eol-add.t
branchstable
changeset 12943 7439ea4146f8
parent 12421 0ae7cad68842
child 13519 43b3b761d9d1
equal deleted inserted replaced
12942:05fffd665170 12943:7439ea4146f8
    46   >     echo '% hg commit'
    46   >     echo '% hg commit'
    47   >     hg commit -d '200 0' -m 'Added .hgeol file'
    47   >     hg commit -d '200 0' -m 'Added .hgeol file'
    48   >     echo '% hg status'
    48   >     echo '% hg status'
    49   >     hg status
    49   >     hg status
    50   >     echo '% hg tip -p'
    50   >     echo '% hg tip -p'
    51   >     hg tip -p | python $TESTDIR/printrepr.py
    51   >     hg tip -p
    52   >     cd ..
    52   >     cd ..
    53   >     rm -r repo-$1
    53   >     rm -r repo-$1
    54   > }
    54   > }
    55   $ makerepo
    55   $ makerepo
    56   
    56   
   116   +++ b/a.txt
   116   +++ b/a.txt
   117   @@ -1,3 +1,3 @@
   117   @@ -1,3 +1,3 @@
   118   -first
   118   -first
   119   -second
   119   -second
   120   -third
   120   -third
   121   +first\r
   121   +first\r (esc)
   122   +second\r
   122   +second\r (esc)
   123   +third\r
   123   +third\r (esc)
   124   
   124   
   125   $ rm -r repo
   125   $ rm -r repo