39
39
in __enter__ and executed in __exit__.
42
def __init__(self, setup_ui=True, stdin=None, stdout=None, stderr=None):
43
43
"""Create library start for normal use of bzrlib.
45
45
Most applications that embed bzrlib, including bzr itself, should just
46
46
call bzrlib.initialize(), but it is possible to use the state class
49
50
More options may be added in future so callers should use named