diff tests/test-patchbomb @ 10018:4ddfad7ebd98 stable

patchbomb: handle repository#rev URLs correctly
author Sune Foldager <cryo@cyanite.org>
date Sun, 06 Dec 2009 23:22:17 +0100
parents e3237af51def
children 4e3a8f3e9dc2 585f51f8b5f0
line wrap: on
line diff
--- a/tests/test-patchbomb	Thu Dec 03 11:06:55 2009 +0100
+++ b/tests/test-patchbomb	Sun Dec 06 23:22:17 2009 +0100
@@ -176,3 +176,11 @@
 hg email --date '1980-1-1 0:1' -m tmp.mbox -f quux -t "bar@${UUML}nicode.com" \
   -s test -r 0
 cat tmp.mbox | fixheaders
+
+echo "% test outgoing and dest#branch URIs"
+hg up 1
+hg branch test
+echo d > d
+hg add d
+hg ci -md -d '4 0'
+hg email --date '1980-1-1 0:1' -n -t foo -s test -o ../t#test | fixheaders