mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 06:46:15 +01:00
always expand sources for "pretty" diffs -- this affects 'osc rdiff' and 'osc
submitreq show'
This commit is contained in:
parent
45fa4e1c95
commit
c38fe33646
@ -2191,7 +2191,7 @@ def pretty_diff(apiurl,
|
||||
old_project, old_package, old_revision,
|
||||
new_project, new_package, new_revision):
|
||||
|
||||
query = {'cmd': 'diff'}
|
||||
query = {'cmd': 'diff', 'expand': '1'}
|
||||
if old_project:
|
||||
query['oproject'] = old_project
|
||||
if old_package:
|
||||
|
Loading…
Reference in New Issue
Block a user