/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 breezy/git/tests/test_remote.py

  • Committer: Jelmer Vernooij
  • Date: 2018-11-16 13:15:40 UTC
  • mto: This revision was merged to the branch mainline in revision 7178.
  • Revision ID: jelmer@jelmer.uk-20181116131540-ml46q9419nr52kby
Fix E231.

Show diffs side-by-side

added added

removed removed

Lines of Context:
288
288
            local_branch.tags.get_tag_dict())
289
289
 
290
290
 
291
 
class FetchFromRemoteToBzrTests(FetchFromRemoteTestBase,TestCaseWithTransport):
 
291
class FetchFromRemoteToBzrTests(FetchFromRemoteTestBase ,TestCaseWithTransport):
292
292
 
293
293
    _to_format = '2a'
294
294