Rev 3948: Restore line eaten by a gremlin. in file:///net/bigmamac/Volumes/home/vila/src/bzr/experimental/pb-http/

Vincent Ladeuil v.ladeuil+lp at free.fr
Thu Jan 22 11:20:04 GMT 2009


At file:///net/bigmamac/Volumes/home/vila/src/bzr/experimental/pb-http/

------------------------------------------------------------
revno: 3948
revision-id: v.ladeuil+lp at free.fr-20090122112003-pcp5bu8pfc41u7iz
parent: v.ladeuil+lp at free.fr-20090122094050-8vg3u0pks9uy6wsd
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
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.
-------------- next part --------------
=== 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



More information about the bazaar-commits mailing list