tests/test-import.t
changeset 16912 6ef3107c661e
parent 16889 0074c2babb13
child 17712 c4717f44c1f1
equal deleted inserted replaced
16911:39d38f16a3f7 16912:6ef3107c661e
   752   $ hg import --no-commit ../create2.patch
   752   $ hg import --no-commit ../create2.patch
   753   applying ../create2.patch
   753   applying ../create2.patch
   754   $ cat foo
   754   $ cat foo
   755   a
   755   a
   756 
   756 
       
   757   $ cd ..
   757 
   758 
   758 Issue1859: first line mistaken for email headers
   759 Issue1859: first line mistaken for email headers
   759 
   760 
   760   $ hg init emailconfusion
   761   $ hg init emailconfusion
   761   $ cd emailconfusion
   762   $ cd emailconfusion
   786   
   787   
   787   
   788   
   788   $ cd ..
   789   $ cd ..
   789 
   790 
   790 
   791 
   791 --- in commit message
   792 in commit message
   792 
   793 
   793   $ hg init commitconfusion
   794   $ hg init commitconfusion
   794   $ cd commitconfusion
   795   $ cd commitconfusion
   795   $ cat > a.patch <<EOF
   796   $ cat > a.patch <<EOF
   796   > module: summary
   797   > module: summary
  1028   $ cat f
  1029   $ cat f
  1029   c1
  1030   c1
  1030   c2
  1031   c2
  1031   c3
  1032   c3
  1032   c4
  1033   c4
       
  1034 
       
  1035   $ cd ..
  1033 
  1036 
  1034 no segfault while importing a unified diff which start line is zero but chunk
  1037 no segfault while importing a unified diff which start line is zero but chunk
  1035 size is non-zero
  1038 size is non-zero
  1036 
  1039 
  1037   $ hg init startlinezero
  1040   $ hg init startlinezero
  1147   add some skew
  1150   add some skew
  1148   3
  1151   3
  1149   4
  1152   4
  1150   line
  1153   line
  1151 
  1154 
       
  1155   $ cd ..