~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/memorytree.py

  • Committer: Vincent Ladeuil
  • Date: 2012-03-16 11:10:03 UTC
  • mto: This revision was merged to the branch mainline in revision 6511.
  • Revision ID: v.ladeuil+lp@free.fr-20120316111003-a3fsp7hi8wo86e3a
Ensures the format registry is not empty when generating docs for sphinx

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
        self._locks = 0
52
52
        self._lock_mode = None
53
53
 
 
54
    def get_config_stack(self):
 
55
        return self.branch.get_config_stack()
 
56
 
54
57
    def is_control_filename(self, filename):
55
58
        # Memory tree doesn't have any control filenames
56
59
        return False