tests/test-patchbomb
changeset 10019 4e3a8f3e9dc2
parent 9947 4600e6222efb
parent 10018 4ddfad7ebd98
child 10023 15fbbc939373
equal deleted inserted replaced
10017:253d0da256b2 10019:4e3a8f3e9dc2
   180 HGENCODING=iso-8859-1
   180 HGENCODING=iso-8859-1
   181 export HGENCODING
   181 export HGENCODING
   182 hg email --date '1980-1-1 0:1' -m tmp.mbox -f quux -t "bar@${UUML}nicode.com" \
   182 hg email --date '1980-1-1 0:1' -m tmp.mbox -f quux -t "bar@${UUML}nicode.com" \
   183   -s test -r 0
   183   -s test -r 0
   184 cat tmp.mbox | fixheaders
   184 cat tmp.mbox | fixheaders
       
   185 
       
   186 echo "% test outgoing and dest#branch URIs"
       
   187 hg up 1
       
   188 hg branch test
       
   189 echo d > d
       
   190 hg add d
       
   191 hg ci -md -d '4 0'
       
   192 hg email --date '1980-1-1 0:1' -n -t foo -s test -o ../t#test | fixheaders