/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 breezy/git/object_store.py

  • Committer: Jelmer Vernooij
  • Date: 2020-05-30 01:50:39 UTC
  • mto: (7490.29.1 work)
  • mto: This revision was merged to the branch mainline in revision 7507.
  • Revision ID: jelmer@jelmer.uk-20200530015039-estwctg294zyj2s0
Drop unnecessary NotImplementedError.

Show diffs side-by-side

added added

removed removed

Lines of Context:
777
777
        :param have: List of SHA1s of objects that should not be sent
778
778
        :param want: List of SHA1s of objects that should be sent
779
779
        """
780
 
        if shallow is not None:
781
 
            raise NotImplementedError('shallow is currently not supported')
782
780
        processed = set()
783
781
        ret = self.lookup_git_shas(have + want)
784
782
        for commit_sha in have: