From 1db5eea95c629cf49894d1cedd228956dd23478d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Mon, 7 Mar 2011 09:22:13 +0100 Subject: [PATCH] - do not show requests by default, where I am not responsible right now (waiting for review of other people) --- osc/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index a456b089..16d29ac0 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -5151,7 +5151,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. try: u = makeurl(apiurl, ['request'], { 'view' : 'collection', - 'state': 'pending', + 'state': 'new', 'user' : user, }) f = http_GET(u)