~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Robert Collins
  • Date: 2007-09-14 00:08:45 UTC
  • mto: (2592.3.141 repository)
  • mto: This revision was merged to the branch mainline in revision 2879.
  • Revision ID: robertc@robertcollins.net-20070914000845-qac6s3w4xj41ivmh
Unbreak weaves.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2385
2385
        # not a guarantee of safety. What would be better is always checking
2386
2386
        # the content during test suite execution. RBC 20070912
2387
2387
        try:
2388
 
            return versionedfile.add_lines(
 
2388
            return versionedfile.add_lines_with_ghosts(
2389
2389
                self._new_revision_id, parents, new_lines,
2390
2390
                nostore_sha=nostore_sha, random_id=self.random_revid,
2391
2391
                check_content=False)[0:2]