442
442
"""Shortcut that splits cmd into words, runs, and returns stdout"""
443
443
return self.run_bzr_captured(cmd.split(), retcode=retcode)[0]
445
def run_bzr_captured(self, argv, retcode=0, stdin=None):
446
446
"""Invoke bzr and return (stdout, stderr).
448
448
Useful for code that wants to check the contents of the