diff -r 635c57cf0de8 -r b8346ae5d64b tests/test-pull-r --- a/tests/test-pull-r Sat Mar 29 17:16:39 2008 +0100 +++ b/tests/test-pull-r Sun Mar 30 20:18:40 2008 +0200 @@ -14,6 +14,9 @@ hg init copy cd copy +echo '% pull a missing revision' +hg pull -qr missing ../repo + echo '% pull -r 0' hg pull -qr 0 ../repo hg log