At file:///net/bigmamac/Volumes/home/vila/src/bzr/experimental/pb-http/
------------------------------------------------------------
revno: 3948
revision-id: [email protected]
parent: [email protected]
committer: Vincent Ladeuil <[email protected]>
branch nick: pb-http
timestamp: Thu 2009-01-22 12:20:03 +0100
message:
Restore line eaten by a gremlin.
* bzrlib/ui/__init__.py:
(make_ui_for_terminal): Add lost 'cls' initialization.
=== modified file 'bzrlib/ui/__init__.py'
--- a/bzrlib/ui/__init__.py 2009-01-19 13:09:47 +0000
+++ b/bzrlib/ui/__init__.py 2009-01-22 11:20:03 +0000
@@ -224,6 +224,7 @@
If stdout is a smart terminal, this gets a smart UIFactory with
progress indicators, etc. If it's a dumb terminal, just plain text output.
"""
+ cls = None
isatty = getattr(stdin, 'isatty', None)
if isatty is None:
cls = CLIUIFactory
--
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits