Rev 739: Word wrap appropriately in http://bzr.arbash-meinel.com/plugins/bzrtools

John Arbash Meinel john at arbash-meinel.com
Thu Dec 17 21:24:17 GMT 2009


At http://bzr.arbash-meinel.com/plugins/bzrtools

------------------------------------------------------------
revno: 739
revision-id: john at arbash-meinel.com-20091217212358-0w6ye571hc2nbb20
parent: john at arbash-meinel.com-20091217211446-oc7k5u8jq4tw18hl
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: bzrtools
timestamp: Thu 2009-12-17 15:23:58 -0600
message:
  Word wrap appropriately
-------------- next part --------------
=== modified file 'shell.py'
--- a/shell.py	2009-12-17 21:14:46 +0000
+++ b/shell.py	2009-12-17 21:23:58 +0000
@@ -151,7 +151,8 @@
             os.system('sh -c "echo -ne \'\033]0;bzr shell %s %s\007\'"'
                       % (command, version))
         else:
-            sys.stdout.write(terminal.term_title("bzr %s %s" % (command, version)))
+            sys.stdout.write(
+                terminal.term_title("bzr %s %s" % (command, version)))
 
     def do_cd(self, line):
         if line == "":



More information about the bazaar-commits mailing list