diff --git a/osc/commandline.py b/osc/commandline.py index ea8b38c7..ce66f9b0 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -969,7 +969,7 @@ class Osc(cmdln.Cmdln): if actionxml != "": xml = """ %s %s """ % \ (actionxml, cgi.escape(opts.message or "")) - u = makeurl(apiurl, ['request'], query='cmd=create') + u = makeurl(apiurl, ['request'], query='cmd=create&addrevision=1') f = http_POST(u, data=xml) root = ET.parse(f).getroot()