tests/test-patchbomb
branchstable
changeset 10022 585f51f8b5f0
parent 10018 4ddfad7ebd98
child 10023 15fbbc939373
child 10253 b190a8125b43
equal deleted inserted replaced
10018:4ddfad7ebd98 10022:585f51f8b5f0
   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 
   179 
   180 echo "% test outgoing and dest#branch URIs"
   180 echo "% test outgoing"
   181 hg up 1
   181 hg up 1
   182 hg branch test
   182 hg branch test
   183 echo d > d
   183 echo d > d
   184 hg add d
   184 hg add d
   185 hg ci -md -d '4 0'
   185 hg ci -md -d '4 0'
       
   186 hg email --date '1980-1-1 0:1' -n -t foo -s test -o ../t | fixheaders
       
   187 
       
   188 echo "% dest#branch URIs"
   186 hg email --date '1980-1-1 0:1' -n -t foo -s test -o ../t#test | fixheaders
   189 hg email --date '1980-1-1 0:1' -n -t foo -s test -o ../t#test | fixheaders