gitk: replace parent and children arrays with lists
authorPaul Mackerras <paulus@samba.org>
Sun, 2 Apr 2006 10:47:40 +0000 (20:47 +1000)
committerPaul Mackerras <paulus@samba.org>
Sun, 2 Apr 2006 10:47:40 +0000 (20:47 +1000)
commit79b2c75e043ad85f9a6b1a8d890b601a2f761a0e
treed288b6b8618f8fd2a1eaef89951dcee272ad33de
parent879e8b1aad021cade0a254db0a5b67f56d99902a
gitk: replace parent and children arrays with lists

This will make it easier to switch between views efficiently, and
turns out to be slightly faster as well.

Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk