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:
@@ -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
|
||||
|
Reference in New Issue
Block a user