tests/test-mq-qclone-http
changeset 10427 400ffd5f2f14
parent 7525 6a49fa7674c1
child 10442 662b0f9eb148
--- a/tests/test-mq-qclone-http	Fri Feb 12 16:04:00 2010 +0100
+++ b/tests/test-mq-qclone-http	Fri Feb 12 21:30:24 2010 +0100
@@ -75,3 +75,7 @@
 hg --cwd d log --template "{desc}\n"
 hg --cwd d qpush -a
 hg --cwd d log --template "{desc}\n"
+
+echo '% test --mq works and uses correct repository config'
+hg --cwd d outgoing --mq
+hg --cwd d log --mq --template '{rev} {desc|firstline}\n'