--- a/tests/test-convert-bzr Sun May 17 04:33:39 2009 +0200
+++ b/tests/test-convert-bzr Sun May 17 14:35:06 2009 +0200
@@ -34,6 +34,12 @@
hg convert --filemap filemap source source-filemap-hg
hg -R source-filemap-hg manifest -r tip
+echo '% convert from lightweight checkout'
+bzr checkout --lightweight source source-light
+hg convert source-light source-light-hg
+echo "% lightweight manifest"
+hg manifest -R source-light-hg -r tip
+
# extract timestamps that look just like hg's {date|isodate}:
# yyyy-mm-dd HH:MM zzzz (no seconds!)
echo "% compare timestamps"