mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-07 05:38:43 +02:00
Most osc commands support slash notation for the specification of a project package pair. That is, "osc <cmd> prj/pkg" has the same semantics as "osc <cmd> prj pkg" (in most cases). For consistency reasons, "osc creq" should also support the slash notation for the action type's arguments. That is, for instance, "osc creq -a submit src_prj/src_pkg dst_prj/dst_pkg" should have the same effect as "osc creq -a submit src_prj src_pkg dst_prj dst_pkg". Proposed-by: darix