105
105
Much of the old code runs bzr by forking a new copy of Python, but
106
106
that is slower, harder to debug, and generally not necessary.
108
112
argv -- arguments to invoke bzr
109
113
retcode -- expected return code, or None for don't-care.
113
117
self.log('run bzr: %s', ' '.join(argv))
114
result = self.apply_redirected(None, stdout, stderr,
124
result = self.apply_redirected(None, stdout, stderr,