~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Andrew Bennetts
  • Date: 2006-08-10 01:52:46 UTC
  • mto: (2018.5.1 split-smart)
  • mto: This revision was merged to the branch mainline in revision 2435.
  • Revision ID: andrew.bennetts@canonical.com-20060810015246-f155b70b3aecb0c4
Flesh out more Remote* methods needed to open and initialise remote branches/trees/repositories.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1080
1080
 
1081
1081
        :param a_bzrdir: The bzrdir to put the new repository in it.
1082
1082
        :param shared: The repository should be initialized as a sharable one.
1083
 
 
 
1083
        :returns: The new repository object.
 
1084
        
1084
1085
        This may raise UninitializableFormat if shared repository are not
1085
1086
        compatible the a_bzrdir.
1086
1087
        """
 
1088
        raise NotImplementedError(self.initialize)
1087
1089
 
1088
1090
    def is_supported(self):
1089
1091
        """Is this format supported?