equal
deleted
inserted
replaced
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 |