Fix revision graph visualization during incremental updating
authorJonas Fonseca <fonseca@diku.dk>
Fri, 18 May 2007 20:50:29 +0000 (22:50 +0200)
committerJonas Fonseca <fonseca@diku.dk>
Fri, 18 May 2007 20:50:29 +0000 (22:50 +0200)
commit9eded3792d88216d21db2b1cec7917035650d843
tree6f7e3ff7de270cfe22dd2326d8716f31b6f3a3fa
parentbefb497073bc6b64c4fe72008d44bddfce3ec61b
Fix revision graph visualization during incremental updating

This caused certain commit lines in the main view to not have have a
visual revision graph.

The reason is that revision graph visualization requires knowledge about
the parent commit. This causes a further one-off needed to be redrawn
for incremental updates.
tig.c