tests/test-pull-r
changeset 10358 d42821cd5c96
parent 8167 6c82beaaa11a
--- a/tests/test-pull-r	Sun Feb 07 10:01:55 2010 +0100
+++ b/tests/test-pull-r	Sat Feb 06 20:24:51 2010 +0100
@@ -17,6 +17,11 @@
 echo '% pull a missing revision'
 hg pull -qr missing ../repo
 
+echo '% pull multiple revisions with update'
+hg pull -qu -r 0 -r 1 ../repo
+hg -q parents
+hg rollback
+
 echo '% pull -r 0'
 hg pull -qr 0 ../repo
 hg log