tests/test-mq
changeset 6280 9db24a36d182
parent 5981 ca2af0c81c9a
child 6472 8c4cd80afd3e
child 6554 3182602fa1fb
--- a/tests/test-mq	Sat Mar 15 16:51:53 2008 -0500
+++ b/tests/test-mq	Sun Mar 16 00:35:12 2008 +0100
@@ -487,3 +487,13 @@
 qlog
 cd ..
 
+echo % 'test applying on an empty file (issue 1033)'
+hg init empty
+cd empty
+touch a
+hg ci -Am addempty
+echo a > a
+hg qnew -f -e changea
+hg qpop
+hg qpush
+cd ..