Skip to content

topic: compatibility for commitstatus(..., **opts)

In 489268c8ee7e cmdutil.commitstatus() was changed to take opts as separate keyword arguments.

We need to convert the byteskwargs to strings to use with double-star operator, so in the appropriate function wrapper we also now have strings instead of bytes in the opts dict.

Merge request reports