tdroadmap_merger/filters/newui_filter
author William Roberts <williamr@symbian.org>
Wed, 30 Jun 2010 16:19:02 +0100
changeset 276 c1b745b16f58
parent 42 d3a9ef1a3041
permissions -rwxr-xr-x
version 0.18 - detect the login redirections on the new-look developer site Added additional debug information for incomplete transfers and login failures.

mv newui.txt old_newui.txt
grep -i qt $1 >> newui.txt
grep -i direct.*ui $1 >>newui.txt
grep -i orbit $1 >>newui.txt
grep -i touch $1 >>newui.txt
sort -u newui.txt > tmp1.txt
mv tmp1.txt newui.txt
diff old_newui.txt newui.txt
diff old_newui.txt newui.txt | grep '[<|>]' > diff_newui.txt