digraph { graph [ ratio=.5 ] node [ shape=box style=filled fillcolor=white colorscheme=svg fontcolor=black ] "ap2a" [ label="ap2a" ] "ap3a" [ label="ap3a" ] "ap4a" -> "ap3a" "ap4a" [ label="ap4a\ninherits: ap3a\nother names: aosp_current" ] "bp1a" -> "ap4a" "bp1a" [ label="bp1a\ninherits: ap4a" fillcolor="#d2e3fc" ] "eng" [ label="eng" ] "trunk" -> "ap3a" [ style=dashed color="#81c995" ] "trunk_staging" [ label="trunk_staging" fillcolor="#ceead6" ] "user" [ label="user" ] "userdebug" [ label="userdebug" ] }