/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/gitlab/hoster.py

Expose owner in propose API.

Merged from https://code.launchpad.net/~jelmer/brz/expose-owner/+merge/390511

Show diffs side-by-side

added added

removed removed

Lines of Context:
460
460
        if state:
461
461
            parameters['state'] = state
462
462
        if author:
463
 
            parameters['author_username'] = urlutils.quote(owner, '')
 
463
            parameters['author_username'] = urlutils.quote(author, '')
464
464
        return self._list_paged(path, parameters, per_page=DEFAULT_PAGE_SIZE)
465
465
 
466
466
    def _get_merge_request(self, project, merge_id):