1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-06 13:18:42 +02:00

Fix patch direction in 'log' command

This commit is contained in:
2024-04-18 13:23:28 +02:00
parent 42e529f346
commit da41f0fe07
2 changed files with 44 additions and 12 deletions

View File

@@ -4753,10 +4753,10 @@ def get_commitlog(
apiurl,
prj,
package,
revision.rev,
revision.rev - 1,
prj,
package,
revision.rev - 1,
revision.rev,
)
yield highlight_diff(rdiff).decode("utf-8", errors="replace")
return