/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

(jelmer) Various fixes for running bzr.dev tests against the foreign
 plugins. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2677
2677
        except errors.UninitializableFormat:
2678
2678
            raise TestSkipped("Format %s is not initializable." % format)
2679
2679
 
2680
 
    def make_repository(self, relpath, shared=False, format=None):
 
2680
    def make_repository(self, relpath, shared=None, format=None):
2681
2681
        """Create a repository on our default transport at relpath.
2682
2682
 
2683
2683
        Note that relpath must be a relative path, not a full url.