Commit 600b15f0 authored by Weblate's avatar Weblate

Merge remote-tracking branch 'origin/master'

parents 71a1d853 966a9ae4
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -651,6 +651,7 @@ class GithubRepository(GitRepository):
"""
cmd = [
'pull-request',
'-f',
'-h', '{0}:{1}'.format(self._hub_user, fork_branch),
'-b', origin_branch,
'-m', 'Update from Weblate.'.encode('utf-8'),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment