~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_smart.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-08-14 05:49:27 UTC
  • mfrom: (4476.3.86 inventory-delta)
  • Revision ID: pqm@pqm.ubuntu.com-20090814054927-k0k18dn46ax4b91f
(andrew) Add inventory-delta streaming for cross-format fetch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1242
1242
            SmartServerResponse(('history-incomplete', 2, r2)),
1243
1243
            request.execute('stacked', 1, (3, r3)))
1244
1244
 
 
1245
 
1245
1246
class TestSmartServerRepositoryGetStream(tests.TestCaseWithMemoryTransport):
1246
1247
 
1247
1248
    def make_two_commit_repo(self):