/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: Andrew Bennetts
  • Date: 2008-05-07 22:47:56 UTC
  • mfrom: (3412 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3414.
  • Revision ID: andrew.bennetts@canonical.com-20080507224756-upxgmud0bdo4ysuf
Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
288
288
        reconciler.reconcile()
289
289
        return reconciler
290
290
    
 
291
    @symbol_versioning.deprecated_method(symbol_versioning.one_five)
291
292
    def revision_parents(self, revision_id):
292
293
        return self._get_revision_vf().get_parents(revision_id)
293
294