/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 bzrlib/tests/test_bundle.py

  • Committer: Jelmer Vernooij
  • Date: 2012-02-17 16:37:38 UTC
  • mto: This revision was merged to the branch mainline in revision 6470.
  • Revision ID: jelmer@samba.org-20120217163738-wbq07g3coqfbde6n
Remove duplicate definition of get_root_id().

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
    def get_root_id(self):
81
81
        return self.root.file_id
82
82
 
83
 
    def get_root_id(self):
84
 
        return self.root.file_id
85
 
 
86
83
    def all_file_ids(self):
87
84
        return set(self.paths.keys())
88
85