~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_remote.py

(gz) Create working tree at specified revision when doing a local push
 (Martin Packman)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3270
3270
    """
3271
3271
 
3272
3272
    def setUp(self):
3273
 
        super(TestRepositoryInsertStream, self).setUp()
 
3273
        TestRemoteRepository.setUp(self)
3274
3274
        self.disable_verb('Repository.insert_stream_1.19')
3275
3275
 
3276
3276
    def test_unlocked_repo(self):