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