##// END OF EJS Templates
test-convert-bzr: tweak sed hack to preserve timezone in 'bzr log' output
Greg Ward -
r8308:1268b895 default
parent child Browse files
Show More
@@ -39,7 +39,7 b' hg -R source-filemap-hg manifest -r tip'
39 echo "% compare timestamps"
39 echo "% compare timestamps"
40 cd source
40 cd source
41 bzr log | \
41 bzr log | \
42 sed '/timestamp/!d;s/.\{15\}\([0-9: -]\{16\}\).\{9\}/\1 +0000/' \
42 sed '/timestamp/!d;s/.\{15\}\([0-9: -]\{16\}\):.. \(.[0-9]\{4\}\)/\1 \2/' \
43 > ../bzr-timestamps
43 > ../bzr-timestamps
44 cd ..
44 cd ..
45
45
General Comments 0
You need to be logged in to leave comments. Login now