/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-02-21 03:58:42 UTC
  • mfrom: (7490.3.4 work)
  • mto: This revision was merged to the branch mainline in revision 7495.
  • Revision ID: jelmer@jelmer.uk-20200221035842-j97r6b74q8cgxb21
merge lp:brz/3.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
237
237
 
238
238
    def publish_derived(self, new_branch, base_branch, name, project=None,
239
239
                        owner=None, revision_id=None, overwrite=False,
240
 
                        allow_lossy=True):
 
240
                        allow_lossy=True, tag_selector=None):
241
241
        """Publish a branch to the site, derived from base_branch.
242
242
 
243
243
        :param base_branch: branch to derive the new branch from