1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-10 14:56:14 +01:00

- fixed osc diff

This commit is contained in:
Marcus Hüwe 2009-02-04 20:51:25 +00:00
parent 4cef04fce4
commit 7c93e55eb9

View File

@ -965,7 +965,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
diff += ''.join(make_diff(pac, rev1))
else:
diff += server_diff(pac.apiurl, pac.prjname, pac.name, rev1,
pac.prjname, pac.name, rev2, not opts.pretty_diff)
pac.prjname, pac.name, rev2, not opts.pretty)
if len(diff) > 0:
print diff