845
845
:param retcode: The status code that is expected. Defaults to 0. If
846
846
None is supplied, the status code is not checked.
848
852
bzr_path = os.path.dirname(os.path.dirname(bzrlib.__file__))+'/bzr'
850
854
process = Popen([sys.executable, bzr_path]+args, stdout=PIPE,