comparison 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
comparison
equal deleted inserted replaced
12742:6ab4a7d3c179 12743:4c4aeaab2339
93 > echo "% $files: $msg" 93 > echo "% $files: $msg"
94 > prefix=`echo "$files" | sed -e 's/ /-/g'` 94 > prefix=`echo "$files" | sed -e 's/ /-/g'`
95 > fmap="$prefix.fmap" 95 > fmap="$prefix.fmap"
96 > repo="$prefix.repo" 96 > repo="$prefix.repo"
97 > for i in $files; do 97 > for i in $files; do
98 > echo "include $i" >> "$fmap" 98 > echo "include $i" >> "$fmap"
99 > done 99 > done
100 > hg -q convert $opts --filemap "$fmap" --datesort source "$repo" 100 > hg -q convert $opts --filemap "$fmap" --datesort source "$repo"
101 > hg up -q -R "$repo" 101 > hg up -q -R "$repo"
102 > glog -R "$repo" 102 > glog -R "$repo"
103 > hg -R "$repo" manifest --debug 103 > hg -R "$repo" manifest --debug