tests/test-convert-bzr.t
changeset 16061 915e06faa8f3
parent 16060 f84dda152a55
child 16062 718b81e8b876
--- a/tests/test-convert-bzr.t	Thu Feb 02 10:15:12 2012 +0100
+++ b/tests/test-convert-bzr.t	Thu Feb 02 10:15:13 2012 +0100
@@ -7,6 +7,17 @@
   $ mkdir test-createandrename
   $ cd test-createandrename
   $ bzr init -q source
+
+test empty repo conversion (issue3233)
+
+  $ hg convert source source-hg
+  initializing destination source-hg repository
+  scanning source...
+  sorting...
+  converting...
+
+back to the rename stuff
+
   $ cd source
   $ echo a > a
   $ echo c > c
@@ -25,7 +36,6 @@
   $ bzr commit -q -m 'rename a into b, create a, rename c into d'
   $ cd ..
   $ hg convert source source-hg
-  initializing destination source-hg repository
   scanning source...
   sorting...
   converting...