Trying to process this output:
--------------snip---------------------
Change 123 by john
foo=bar
x=y
t=111
Change 456 by jim
foo=bar2
x=6
Change 789 by larry
foo=baz
hoo=hoo
t=222
--------------snip---------------------
Into something like this:
123 john 111
456 jim
...