summaryrefslogtreecommitdiffstats
path: root/subcmds/help.py
diff options
context:
space:
mode:
authorAnthony King <anthonydking@slimroms.net>2015-04-04 21:18:59 +0100
committerAnthony King <anthonydking@slimroms.net>2015-04-04 21:21:49 +0100
commitb51f07cd0643388ffe2cefb28899429d9e1131fc (patch)
treef0bdd78523b44eb01597369b1f3ad8ac9f914b8e /subcmds/help.py
parent04f2f0e1860d10a4cc2a7b8ef7cc1665f51094b9 (diff)
downloadgit-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/help.py')
0 files changed, 0 insertions, 0 deletions