mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-25 19:52:12 +01:00
add a hint "sr" in source revision log that the id comes from the submit request
This commit is contained in:
parent
99a75fa2e8
commit
eadf7999cb
@ -3490,7 +3490,7 @@ def get_commitlog(apiurl, prj, package, revision, format = 'text'):
|
||||
r.append('</logentry>')
|
||||
else:
|
||||
s = '-' * 76 + \
|
||||
'\nr%s | %s | %s | %s | %s | %s\n' % (rev, user, t, srcmd5, version, requestid) + \
|
||||
'\nr%s | %s | %s | %s | %s | sr%s\n' % (rev, user, t, srcmd5, version, requestid) + \
|
||||
'\n' + comment
|
||||
r.append(s)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user