No mercy...

Like this ends

coding

Like this started

graph TD
    %% Blocks
    A[Branch # 1];
    B[Branch # ...];
    C[Branch # N];
    D[Develop];
    E[Production];
    T{Code Review};

    %% Relationas
    A-->T;
    B-->T;
    C-->T;
    T-- SUCCEED -->D;
    D-->E;
No mercy...