cmds: adjust how we capture stdout/stderr when rebasing
commit0129d2d92300f5efdc21ba31a205bd067614a9ad
authorDavid Aguilar <davvid@gmail.com>
Thu, 26 Dec 2013 20:52:55 +0000 (26 12:52 -0800)
committerDavid Aguilar <davvid@gmail.com>
Thu, 26 Dec 2013 20:52:55 +0000 (26 12:52 -0800)
treeae7cea933a47fe4a677a55804c4b99b035e7440b
parent3c7d62fb72eaac6ccb681ef1d61dd5f82b5c9845
cmds: adjust how we capture stdout/stderr when rebasing

3c7d62fb72eaac6ccb681ef1d61dd5f82b5c9845 modified how we launch
"git rebase" so that we do not capture stdout and stderr.

This is really only useful when git-xbase is launched from the shell via
"git cola rebase".  We do not want anything going to the console when
launched from the main UI..

Modify the Rebase command so that it captures its output by when
invoked from the main UI.  Do not capture output when invoked
via "git cola rebase".

Signed-off-by: David Aguilar <davvid@gmail.com>
bin/git-cola
cola/cmds.py