[Patchew-devel] [PATCH 4/9] git: remove prepare_series_hook, include result URI in applier-get reply

Paolo Bonzini pbonzini at redhat.com
Wed Aug 22 10:41:49 UTC 2018


On 22/08/2018 08:00, Fam Zheng wrote:
>> ---
>>  api/rest.py  |  2 +-
>>  api/views.py |  4 ----
>>  mods/git.py  | 30 +++++++++++++++++-------------
>>  3 files changed, 18 insertions(+), 18 deletions(-)
>>
>> diff --git a/api/rest.py b/api/rest.py
>> index bd46211..646d6ad 100644
>> --- a/api/rest.py
>> +++ b/api/rest.py
>> @@ -102,7 +102,7 @@ def reverse_detail(obj, request):
>>                                                request=request,
>>                                                kwargs={"projects_pk": m.project.id,
>>                                                        "series_message_id": m.message_id,
>> -                                                      "name": obj.name}),
>> +                                                      "name": obj.name})
> Squash this hunk to the previous patch?
> 


Yes, indeed.  I'm pushing the patches up to "rest: simplify
PatchewPermission".

Paolo




More information about the Patchew-devel mailing list