Commits on Source (3)
-
Anjan Momi authored
-
Pablo Correa Gomez authored
mypyc is not yet completely stable, and might fail for things that are correct Python (see !61 (comment 456440)), so don't make it a requirement that it passes for merging
-
Newbyte authored
Previously, the string representation for ActionType would be something like ActionType.OK instead of [OK ] as intended. This resulted in commands like `$ mrhlpr status` getting an output like this: ActionType.OK Changes allowed ActionType.OK Clean worktree ActionType.NOK Rebase on master ActionType.NOK MR-ID in commit msgs ActionType.NOK Commit subjects follow format 668526 doesn't match any regex ActionType.NOK Commits are signed instead of the intended [OK ] Changes allowed [OK ] Clean worktree [NOK] Rebase on master [NOK] MR-ID in commit msgs [NOK] Commit subjects follow format 668526 doesn't match any regex [NOK] Commits are signed Fixes 8647dd3b