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

publish -> publish_derived.

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
 
120
120
    supports_merge_proposal_labels = None
121
121
 
122
 
    def publish(self, new_branch, base_branch, name, project=None, owner=None,
123
 
                revision_id=None, overwrite=False):
 
122
    def publish_derived(self, new_branch, base_branch, name, project=None,
 
123
                        owner=None, revision_id=None, overwrite=False):
124
124
        """Publish a branch to the site, derived from base_branch.
125
125
 
126
126
        :param base_branch: branch to derive the new branch from