Rev 28: Fix tests with current bzr.dev. in file:///home/jelmer/bzr-hg/jelmer/

Jelmer Vernooij jelmer at samba.org
Sat Feb 24 14:49:38 GMT 2007


At file:///home/jelmer/bzr-hg/jelmer/

------------------------------------------------------------
revno: 28
revision-id: jelmer at samba.org-20070224144923-nuzhh6yg3nsoy8e0
parent: jelmer at samba.org-20070202022037-gzr9073n1upmdxzc
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: jelmer
timestamp: Sat 2007-02-24 15:49:23 +0100
message:
  Fix tests with current bzr.dev.
modified:
  __init__.py                    __init__.py-20060531211707-2fy7rwqqcmfgf8ve-1
=== modified file '__init__.py'
--- a/__init__.py	2007-01-20 21:01:04 +0000
+++ b/__init__.py	2007-02-24 14:49:23 +0000
@@ -603,6 +603,10 @@
     _matching_repo_format = None 
     """The formate to test with - as yet there is no HgRepoFormat."""
 
+    @staticmethod
+    def _get_repo_format_to_test():
+        return None
+
     @needs_write_lock
     def copy_content(self, revision_id=None, basis=None):
         """See InterRepository.copy_content. Partial implementation of that.




More information about the bazaar-commits mailing list