Skip to content

Commit

Permalink
Fix patch direction in 'log' command
Browse files Browse the repository at this point in the history
  • Loading branch information
dmach committed Apr 18, 2024
1 parent 42e529f commit 8428262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osc/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8428262

Please sign in to comment.