a b c d e f g h i j k l m n o p q r s t u v w x y z

diff from 258338 and 21794

Description: DEPS command-line tools
 Currently only contains the limited "graph-includes" tool.
 .
 Graph-includes creates a graph of dependencies between source-files
 and/or groups of source-files, with an emphasis on getting readable
 and usable graphs even for large projects.
 .
 Usability of the dependency graphs are currently improved by:
  - customizable grouping of several source files into a single node
  - transitive reduction of the graph
 .
 It currently supports graphing the C/C++ #include relationship, using
 graphviz by default.
Description: DEPS command-line tools
 Currently only contains the limited "graph-includes" tool.
 .
 Graph-includes creates a graph of dependencies between source-files
 and/or groups of source-files, with an emphasis on getting readable
 and usable graphs even for large projects.
 .
 Usability of the dependency graphs are currently improved by:
  - customizable grouping of several source files into a single node
  - transitive reduction of the graph
 .
 It currently supports graphing the C/C++ #include relationship, using
 graphviz by default.  Limited support is provided to draw 3D graphs
 using tulip.
--- 258338	Thu Jan  1 00:00:00 1970
+++ 21794	Thu Jan  1 00:00:00 1970
@@ -10,4 +10,5 @@
   - transitive reduction of the graph
  .
  It currently supports graphing the C/C++ #include relationship, using
- graphviz by default.
+ graphviz by default.  Limited support is provided to draw 3D graphs
+ using tulip.