~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/branch_implementations/test_push.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-02-25 01:11:57 UTC
  • mfrom: (4032.3.8 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090225011157-xn0w5zux5mrges6j
(robertc) Move write locking and write group responsibilities into
        the Sink objects themselves,
        allowing complete avoidance of unnecessary calls when the sink is a
        RemoteSink. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
267
267
        # remote graph any further.
268
268
        self.assertEqual(
269
269
            ['Repository.insert_stream', 'Repository.insert_stream', 'get',
270
 
             'delete', 'Branch.set_last_revision_info', 'Branch.unlock'],
 
270
             'Branch.set_last_revision_info', 'Branch.unlock'],
271
271
            calls_after_insert_stream)
272
272
 
273
273
    def disableOptimisticGetParentMap(self):