changeset 12743 | 4c4aeaab2339 |
parent 12530 | f11793a8c107 |
child 13756 | 6b7077df4aa5 |
--- a/tests/test-convert-git.t Sun Oct 17 04:14:06 2010 +0200 +++ b/tests/test-convert-git.t Sat Oct 16 18:09:01 2010 +0200 @@ -116,7 +116,7 @@ > fmap="$prefix.fmap" > repo="$prefix.repo" > for i in $files; do - > echo "include $i" >> "$fmap" + > echo "include $i" >> "$fmap" > done > hg -q convert $opts --filemap "$fmap" --datesort git-repo2 "$repo" > hg up -q -R "$repo"