diff tests/test-convert-authormap @ 7962:62154415821f

convert: fix authormap handling of lines without '=' Unpacking the result from str.split raises ValueError, not IndexError, if the line does not contain a '='.
author Marti Raudsepp <marti@juffo.org>
date Sat, 04 Apr 2009 15:41:32 +0200
parents 52e442fe43f4
children 43b70a964e0d
line wrap: on
line diff
--- a/tests/test-convert-authormap	Sat Mar 14 14:31:08 2009 +0200
+++ b/tests/test-convert-authormap	Sat Apr 04 15:41:32 2009 +0200
@@ -15,6 +15,8 @@
 # Explicit --authors
 cat > authormap.txt <<EOF
 user name = Long User Name
+
+this line is ignored
 EOF
 
 hg convert --authors authormap.txt orig new