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

  • Committer: Jelmer Vernooij
  • Date: 2018-11-16 23:15:15 UTC
  • mfrom: (7180 work)
  • mto: This revision was merged to the branch mainline in revision 7183.
  • Revision ID: jelmer@jelmer.uk-20181116231515-zqd2yn6kj8lfydyp
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
5
 
# the Free Software Foundation; version 3 of the License or 
 
5
# the Free Software Foundation; version 3 of the License or
6
6
# (at your option) a later version.
7
7
#
8
8
# This program is distributed in the hope that it will be useful,
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 MonotoneUnsupportedError(self)
60
60
 
61
61
    def open(self, transport):