/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: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2019-06-21 17:49:36 UTC
  • mfrom: (7350.3.8 get-transform)
  • Revision ID: breezy.the.bot@gmail.com-20190621174936-olo77enf1w84mnuc
Add a Tree.get_transform method.

Merged from https://code.launchpad.net/~jelmer/brz/get-transform/+merge/368948

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