tests/test-patchbomb
branchstable
changeset 10018 4ddfad7ebd98
parent 9913 e3237af51def
child 10019 4e3a8f3e9dc2
child 10022 585f51f8b5f0
equal deleted inserted replaced
9996:2770d03ae49f 10018:4ddfad7ebd98
   174 HGENCODING=iso-8859-1
   174 HGENCODING=iso-8859-1
   175 export HGENCODING
   175 export HGENCODING
   176 hg email --date '1980-1-1 0:1' -m tmp.mbox -f quux -t "bar@${UUML}nicode.com" \
   176 hg email --date '1980-1-1 0:1' -m tmp.mbox -f quux -t "bar@${UUML}nicode.com" \
   177   -s test -r 0
   177   -s test -r 0
   178 cat tmp.mbox | fixheaders
   178 cat tmp.mbox | fixheaders
       
   179 
       
   180 echo "% test outgoing and dest#branch URIs"
       
   181 hg up 1
       
   182 hg branch test
       
   183 echo d > d
       
   184 hg add d
       
   185 hg ci -md -d '4 0'
       
   186 hg email --date '1980-1-1 0:1' -n -t foo -s test -o ../t#test | fixheaders