diff options
author | Anthony King <anthonydking@slimroms.net> | 2015-04-04 21:18:59 +0100 |
---|---|---|
committer | Anthony King <anthonydking@slimroms.net> | 2015-04-04 21:21:49 +0100 |
commit | b51f07cd0643388ffe2cefb28899429d9e1131fc (patch) | |
tree | f0bdd78523b44eb01597369b1f3ad8ac9f914b8e /subcmds/info.py | |
parent | 04f2f0e1860d10a4cc2a7b8ef7cc1665f51094b9 (diff) | |
download | git-repo-b51f07cd0643388ffe2cefb28899429d9e1131fc.tar.gz |
status: lose dependence on StringIO
buflist was being used, which isn't available in Python 3.
`Execute` was using StringIO to capture the output of `PrintWorkTreeStatus`,
only to redirect it straight to stdout.
Instead, just let `PrintWorkTreeStatus` do it's own thing directly to stdout.
for handling `_FindOrphans`, we swap StringIO for a list. Nothing was done
that needed a a file like object.
Change-Id: Ibdaae137904de66a5ffb590d84203ef0fe782d8b
Diffstat (limited to 'subcmds/info.py')
0 files changed, 0 insertions, 0 deletions