/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/propose.py

  • Committer: Jelmer Vernooij
  • Date: 2020-03-07 15:19:13 UTC
  • mto: (7490.7.1 work)
  • mto: This revision was merged to the branch mainline in revision 7498.
  • Revision ID: jelmer@jelmer.uk-20200307151913-t1peu8sii1x9gm43
Add supports_allow_collaboration flag.

Show diffs side-by-side

added added

removed removed

Lines of Context:
240
240
    # Common values: 'plain', 'markdown'
241
241
    merge_proposal_description_format = None
242
242
 
 
243
    # Does this hoster support the allow_collaboration flag?
 
244
    supports_allow_collaboration = False
 
245
 
243
246
    def publish_derived(self, new_branch, base_branch, name, project=None,
244
247
                        owner=None, revision_id=None, overwrite=False,
245
248
                        allow_lossy=True, tag_selector=None):