27
27
bzrlib needs ways to handle user input, passwords, a place to emit
28
28
progress bars, logging setup appropriately for your program. The easiest
29
29
way to set all this up in the same fashion ``bzr`` does is to call
33
38
so you need to use the context manager manually::
35
40
# This sets up your ~/.bzr.log, ui factory and so on and so forth. It is