~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/knitrepo.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-02-15 15:11:31 UTC
  • mfrom: (2230.3.55 branch6)
  • Revision ID: pqm@pqm.ubuntu.com-20070215151131-1f2ce67d76e40200
Provide new branch6 format

Show diffs side-by-side

added added

removed removed

Lines of Context:
177
177
        vf = self._revision_store.get_revision_file(self.get_transaction())
178
178
        return vf
179
179
 
 
180
    def _get_history_vf(self):
 
181
        """Get a versionedfile whose history graph reflects all revisions.
 
182
 
 
183
        For knit repositories, this is the revision knit.
 
184
        """
 
185
        return self._get_revision_vf()
 
186
 
180
187
    @needs_write_lock
181
188
    def reconcile(self, other=None, thorough=False):
182
189
        """Reconcile this repository."""