/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: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2020-02-21 04:40:09 UTC
  • mfrom: (7494.1.1 trunk-3.1)
  • Revision ID: breezy.the.bot@gmail.com-20200221044009-cijpllwtz5ql9tar
Merge lp:brz/3.1.

Merged from https://code.launchpad.net/~jelmer/brz/trunk-3.1/+merge/379600

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