[Pkg-bazaar-commits] ./bzr-gtk/unstable r14: merge bug fix from Jelmer Vernooij

Scott James Remnant scott at netsplit.com
Fri Apr 10 07:15:19 UTC 2009


------------------------------------------------------------
revno: 14
committer: Scott James Remnant <scott at netsplit.com>
timestamp: Mon 2005-10-17 13:19:54 +0100
message:
  merge bug fix from Jelmer Vernooij
modified:
  __init__.py
    ------------------------------------------------------------
    revno: 13.1.1
    committer: Jelmer Vernooij <jelmer at samba.org>
    timestamp: Mon 2005-10-17 13:46:35 +0200
    message:
      Import Bzrkapp() only when running "bzr viz" so other 
      bzr commands still work from the console.
    modified:
      __init__.py
-------------- next part --------------
=== modified file '__init__.py'
--- a/__init__.py	2005-10-17 01:07:49 +0000
+++ b/__init__.py	2005-10-17 11:46:35 +0000
@@ -21,8 +21,6 @@
 
 from bzrlib.branch import Branch
 
-from bzrkapp import BzrkApp
-
 
 class cmd_visualise(bzrlib.commands.Command):
     """Graphically visualise this branch.
@@ -46,6 +44,8 @@
         else:
             (revno, revid) = revision[0].in_history(branch)
 
+        from bzrkapp import BzrkApp
+
         app = BzrkApp()
         app.show(branch, revid)
         app.main()



More information about the Pkg-bazaar-commits mailing list