Rev 404: Update for bzr.dev in http://people.samba.org/bzr/jelmer/bzr-svn/bzr.dev
Jelmer Vernooij
jelmer at samba.org
Wed Jan 17 14:07:20 GMT 2007
------------------------------------------------------------
revno: 404
revision-id: jelmer at samba.org-20070117140701-iu1fbunp0q8vb7i0
parent: jelmer at samba.org-20070116101442-8ipstsewthjbimhp
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: main
timestamp: Wed 2007-01-17 15:07:01 +0100
message:
Update for bzr.dev
modified:
__init__.py __init__.py-20051008155114-eae558e6cf149e1d
transport.py transport.py-20060406231150-b3472d06b3a0818d
=== modified file '__init__.py'
--- a/__init__.py 2007-01-08 17:39:06 +0000
+++ b/__init__.py 2007-01-17 14:07:01 +0000
@@ -23,7 +23,7 @@
import bzrlib
__version__ = '0.3.0'
-required_bzr_version = (0,14)
+required_bzr_version = (0,15)
def check_bzrlib_version(desired):
"""Check that bzrlib is compatible.
=== modified file 'transport.py'
--- a/transport.py 2007-01-14 23:38:09 +0000
+++ b/transport.py 2007-01-17 14:07:01 +0000
@@ -94,7 +94,7 @@
"""Fake transport for Subversion-related namespaces.
This implements just as much of Transport as is necessary
- to fool Bazaar-NG. """
+ to fool Bazaar. """
def __init__(self, url=""):
self.pool = Pool()
self.is_locked = False
More information about the bazaar-commits
mailing list