/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/plugins/cvs/__init__.py

  • Committer: Jelmer Vernooij
  • Date: 2019-03-04 00:16:27 UTC
  • mfrom: (7293 work)
  • mto: This revision was merged to the branch mainline in revision 7318.
  • Revision ID: jelmer@jelmer.uk-20190304001627-v6u7o6pf97tukhek
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
from __future__ import absolute_import
23
23
 
24
 
from ... import version_info
 
24
from ... import version_info  # noqa: F401
25
25
 
26
26
from ... import (
27
27
    controldir,
55
55
        return False
56
56
 
57
57
    def check_support_status(self, allow_unsupported, recommend_upgrade=True,
58
 
           basedir=None):
 
58
                             basedir=None):
59
59
        raise CVSUnsupportedError(self)
60
60
 
61
61
    def open(self, transport):