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