At http://bazaar.launchpad.net/%7Evila/bzr/bzr.integration
------------------------------------------------------------
revno: 3951
revision-id: [email protected]
parent: [email protected]
parent: [email protected]
committer: Vincent Ladeuil <[email protected]>
branch nick: bzr.integration
timestamp: Thu 2009-01-22 12:20:52 +0100
message:
One-line fix for previous commit
modified:
bzrlib/ui/__init__.py ui.py-20050824083933-8cf663c763ba53a9
------------------------------------------------------------
revno: 3945.1.3
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:
bzrlib/ui/__init__.py ui.py-20050824083933-8cf663c763ba53a9
=== 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