/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: Martin
  • Date: 2018-11-16 19:09:31 UTC
  • mfrom: (7175 work)
  • mto: This revision was merged to the branch mainline in revision 7177.
  • Revision ID: gzlist@googlemail.com-20181116190931-rmh7pk2an1zuecby
Merge trunk to resolve conflicts

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,
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):