Merge "Fix param order for checking previous changes"
This commit is contained in:
commit
7a0957af7d
@ -456,9 +456,9 @@ def main():
|
||||
git_log(
|
||||
workdir, project['repo'],
|
||||
'Patches in previous release but not in this one',
|
||||
[project['hash'],
|
||||
[previous_release['version'],
|
||||
'--not',
|
||||
previous_release['version']],
|
||||
project['hash']],
|
||||
extra_args=['--topo-order', '--oneline', '--no-merges'],
|
||||
)
|
||||
header('New release %s includes previous release %s' %
|
||||
|
Loading…
Reference in New Issue
Block a user