Code

TODO: support for jumping to parents' blame in the blame view
authorJonas Fonseca <fonseca@diku.dk>
Mon, 15 Sep 2008 19:26:04 +0000 (21:26 +0200)
committerJonas Fonseca <fonseca@diku.dk>
Mon, 15 Sep 2008 19:26:04 +0000 (21:26 +0200)
TODO

diff --git a/TODO b/TODO
index 919734ae039adcd615253d11506b8d79ea1580d6..37b926a3e54293f45448b3e0d162621d0b51e42c 100644 (file)
--- a/TODO
+++ b/TODO
@@ -27,7 +27,10 @@ Features that should be explored.
  - Rewrite revgraph handling.
 
  - Color the revgraph to make it easier to follow branches. Idea by
-   Dominik Vogt
+   Dominik Vogt.
 
- - Allow names in the author column to be abbreviated to initials.
-   Will optimize screen usage for the blame view.
+ - Blame view: Allow names in the author column to be abbreviated to
+   initials. Will optimize screen usage for the blame view.
+
+ - Blame view: make it possible to jump/load blame for parents. Idea by
+   Jeff King.