1
0
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:
Adrian Schröter 2009-09-07 07:28:00 +00:00
parent 99a75fa2e8
commit eadf7999cb

View File

@ -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)