Rev 426: Fix use with current bzr.dev. in http://people.samba.org/bzr/jelmer/bzr-svn/bzr.dev
Jelmer Vernooij
jelmer at samba.org
Sat Feb 24 14:48:33 GMT 2007
At http://people.samba.org/bzr/jelmer/bzr-svn/bzr.dev
------------------------------------------------------------
revno: 426
revision-id: jelmer at samba.org-20070224144818-9q8310l11hjnmt8u
parent: jelmer at samba.org-20070210135306-h57124ufb6re4ekz
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: main
timestamp: Sat 2007-02-24 15:48:18 +0100
message:
Fix use with current bzr.dev.
modified:
fetch.py fetch.py-20060625004942-x2lfaib8ra707a8p-1
=== modified file 'fetch.py'
--- a/fetch.py 2007-02-02 19:48:10 +0000
+++ b/fetch.py 2007-02-24 14:48:18 +0000
@@ -279,6 +279,10 @@
_matching_repo_format = SvnRepositoryFormat()
+ @staticmethod
+ def _get_repo_format_to_test():
+ return None
+
def _find_all(self):
needed = []
parents = {}
More information about the bazaar-commits
mailing list