/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/repofmt/knitrepo.py

  • Committer: Robert Collins
  • Date: 2007-09-16 23:48:15 UTC
  • mfrom: (2824 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2825.
  • Revision ID: robertc@robertcollins.net-20070916234815-85qrvjbtikmge5wa
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
        pass
76
76
 
77
77
    def _inventory_add_lines(self, inv_vf, revid, parents, lines, check_content):
78
 
        inv_vf.add_lines_with_ghosts(revid, parents, lines,
79
 
            check_content=check_content)
 
78
        return inv_vf.add_lines_with_ghosts(revid, parents, lines,
 
79
            check_content=check_content)[0]
80
80
 
81
81
    @needs_read_lock
82
82
    def _all_revision_ids(self):