List:Commits« Previous MessageNext Message »
From:Chad MILLER Date:June 24 2008 5:49pm
Subject:bzr commit into mysql_plugins branch (chad:117)
View as plain text  
#At file:///users/cmiller/.bazaar/plugins/mysql/

  117 Chad MILLER	2008-06-24
      Fix syntax error reported by gleb.  Bump version number.
modified:
  __init__.py
  parent.py

=== modified file '__init__.py'
--- a/__init__.py	2008-06-23 15:09:10 +0000
+++ b/__init__.py	2008-06-24 17:45:35 +0000
@@ -34,7 +34,7 @@ import hooks
 import sanity
 """)
 
-version_info = (0, 3, 10)
+version_info = (0, 3, 11)
 
 register_command(parent.cmd_parent)
 register_command(collapse.cmd_collapse)

=== modified file 'parent.py'
--- a/parent.py	2008-05-30 21:43:58 +0000
+++ b/parent.py	2008-06-24 17:45:35 +0000
@@ -34,7 +34,7 @@ from bzrlib.branch import Branch
 try:
     from bzrlib.directory_service import directories
 except ImportError:
-    class FakeDirectoryService():
+    class FakeDirectoryService:
         def dereference(self, url):
             warning("Bzr is too old.  You may get a wrong answer.")
             return url

Thread
bzr commit into mysql_plugins branch (chad:117) Chad MILLER24 Jun