Factor out InstrumentedTransport.
* bzrlib/tests/commands/test_init.py:
Simplified by using TransportUtils
* bzrlib/tests/commands/test_branch.py:
Simplified by using TransportUtils
* bzrlib/tests/TransportUtil.py:
Factored out from commands/test_init.py and
commands/test_branch.py. Another use case for tracking lines moved
across files.