Mercurial > public > mercurial-scm > hg
diff tests/test-convert-filemap.t @ 12743:4c4aeaab2339
check-code: add 'no tab indent' check for unified tests
and fix the offending tests accordingly
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Sat, 16 Oct 2010 18:09:01 +0200 |
parents | 00e7a7fdae7d |
children | 82845434e974 |
line wrap: on
line diff
--- a/tests/test-convert-filemap.t Sun Oct 17 04:14:06 2010 +0200 +++ b/tests/test-convert-filemap.t Sat Oct 16 18:09:01 2010 +0200 @@ -95,7 +95,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 source "$repo" > hg up -q -R "$repo"