/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/mutabletree.py

  • Committer: Jelmer Vernooij
  • Date: 2019-06-22 12:07:42 UTC
  • mfrom: (7356 work)
  • mto: This revision was merged to the branch mainline in revision 7357.
  • Revision ID: jelmer@jelmer.uk-20190622120742-cxdr5la8cav78tho
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
406
406
        """
407
407
        raise NotImplementedError(self.copy_one)
408
408
 
 
409
    def get_transform(self, pb=None):
 
410
        """Return a transform object for use with this tree."""
 
411
        raise NotImplementedError(self.get_transform)
 
412
 
409
413
 
410
414
class MutableTreeHooks(hooks.Hooks):
411
415
    """A dictionary mapping a hook name to a list of callables for mutabletree