/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/remote.py

  • Committer: Alexander Belchenko
  • Date: 2008-02-06 10:07:17 UTC
  • mfrom: (3211 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3230.
  • Revision ID: bialix@ukr.net-20080206100717-wnixj1s8u2fks08r
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
649
649
                committer=committer, revprops=revprops, revision_id=revision_id)
650
650
        return builder
651
651
 
652
 
    @needs_write_lock
653
652
    def add_inventory(self, revid, inv, parents):
654
653
        self._ensure_real()
655
654
        return self._real_repository.add_inventory(revid, inv, parents)
656
655
 
657
 
    @needs_write_lock
658
656
    def add_revision(self, rev_id, rev, inv=None, config=None):
659
657
        self._ensure_real()
660
658
        return self._real_repository.add_revision(