that's what I current added to get a better error message
otherwise I get a 'NoneType' member .to_waeve doesn't have method ...
error
=== modified file 'repository.py'
--- repository.py 2007-01-20 23:11:09 +0000
+++ repository.py 2007-01-29 13:47:06 +0000
@@ -391,6 +391,9 @@
# TODO: More efficient implementation?
return map(self.get_revision, revision_ids)
+ def fetch(self, source, revision_id=None, pb=None):
+ raise NotImplementedError(self.fetch)
+
def add_revision(self, rev_id, rev, inv=None, config=None):
raise NotImplementedError(self.add_revision)
--
More flexible commits to bound branches
https://launchpad.net/bugs/79330
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs