diff tests/test-convert-git @ 8691:a0a541d6fed6

convert: fail fast if source does not support --sourcesort
author Patrick Mezard <pmezard@gmail.com>
date Mon, 01 Jun 2009 17:12:39 +0200
parents 5b7da468531b
children f5ce9b052747
line wrap: on
line diff
--- a/tests/test-convert-git	Mon Jun 01 17:12:39 2009 +0200
+++ b/tests/test-convert-git	Mon Jun 01 17:12:39 2009 +0200
@@ -165,5 +165,9 @@
 
 echo '% convert author committer'
 hg convert git-repo4 git-repo4-hg
-cd git-repo4-hg
-hg log -v
+hg -R git-repo4-hg log -v
+
+echo '% --sourceorder should fail'
+hg convert --sourcesort git-repo4 git-repo4-sourcesort-hg
+
+true