test-convert-bzr: tweak sed hack to preserve timezone in 'bzr log' output

This commit is contained in:
Greg Ward 2009-05-07 21:35:12 -04:00
parent c1cdde97f7
commit 5485b0d573

View File

@ -39,7 +39,7 @@ hg -R source-filemap-hg manifest -r tip
echo "% compare timestamps"
cd source
bzr log | \
sed '/timestamp/!d;s/.\{15\}\([0-9: -]\{16\}\).\{9\}/\1 +0000/' \
sed '/timestamp/!d;s/.\{15\}\([0-9: -]\{16\}\):.. \(.[0-9]\{4\}\)/\1 \2/' \
> ../bzr-timestamps
cd ..