bzrtools and bzr revno 1110

Magnus Therning magnus at therning.org
Thu Aug 25 09:17:36 BST 2005


I had to make a few changes to make bzrtools work with bzr rev 1110:

*** modified file 'annotate.py'
--- annotate.py 
+++ annotate.py 
@@ -14,7 +14,7 @@
 #    You should have received a copy of the GNU General Public License
 #    along with this program; if not, write to the Free Software
 #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-from bzrlib import Branch
+from bzrlib.branch import Branch
 from bzrlib.commands import Command
 from bzrlib.errors import BzrCommandError
 import os

*** modified file 'baz_import.py'
--- baz_import.py 
+++ baz_import.py 
@@ -13,7 +13,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-from bzrlib import Branch
+from bzrlib.branch import Branch
 from bzrlib.commands import Command
 from errors import NoPyBaz
 try:

*** modified file 'push.py'
--- push.py 
+++ push.py 
@@ -13,7 +13,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-from bzrlib import Branch
+from bzrlib.branch import Branch
 from bzrlib.commands import Command
 import sys
 import os


-- 
Magnus Therning                    (OpenPGP: 0xAB4DFBA4)
magnus at therning.org
http://therning.org/magnus

Software is not manufactured, it is something you write and publish.
Keep Europe free from software patents, we do not want censorship
by patent law on written works.

Finagle's Second Law:
Always keep a record of data -- it indicates you've been working.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20050825/d2f38175/attachment.pgp 


More information about the bazaar mailing list