| While I completely agree with this, wouldn't it be great if it were trivial | to see the commits that have affected the line of code that you're looking at? | | In a git repository, with emacs, you can say 'M-x vc-annotate' to annotate | the file (bind it to a key), and then over a particular line you can say | 'L' to get the log message for that commit, or 'D' to see the complete | diff. There are commands for moving back and forward through the history too.
Aha, that's great! But I urge that we use the previous technique too. Simon _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
