/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/ui/__init__.py

merge bzr.dev r4154

Show diffs side-by-side

added added

removed removed

Lines of Context:
240
240
        cls = CLIUIFactory
241
241
    elif not isatty():
242
242
        cls = CLIUIFactory
243
 
    elif os.environ.get('TERM') in (None, 'dumb', ''):
 
243
    elif os.environ.get('TERM') in ('dumb', ''):
244
244
        # e.g. emacs compile window
245
245
        cls = CLIUIFactory
246
246
    # User may know better, otherwise default to TextUIFactory