Top Level Namespace
Defined Under Namespace
Modules: GitDag
Constant Summary collapse
- TEMPLATE =
"{ rank = same;\n Legend [shape=none, margin=0, label=<\n <TABLE BORDER=\"0\" CELLBORDER=\"1\" CELLSPACING=\"0\" CELLPADDING=\"4\">\n <TR>\n <TD COLSPAN=\"2\" BGCOLOR=\"grey\"><B>Legend</B></TD>\n </TR>\n <TR>\n <TD><FONT COLOR=\"black\">ellipse</FONT></TD>\n <TD>regular commit</TD>\n </TR>\n <TR>\n <TD><FONT COLOR=\"red\">ellipse</FONT></TD>\n <TD>merge commit</TD>\n </TR>\n <TR>\n <TD><FONT COLOR=\"blue\">box</FONT></TD>\n <TD>branch</TD>\n </TR>\n <TR>\n <TD><FONT COLOR=\"green\">circle</FONT></TD>\n <TD>tag</TD>\n </TR>\n </TABLE>\n >];\n }\n"