chiark / gitweb /
Change tg help exit code to 0
[topgit.git] / README
diff --git a/README b/README
index dbf12eddf696b2720cef5a5605c3b7ea57fb32f7..5bfe3ee14793c9591e78095e213039de3847d0ea 100644 (file)
--- a/README
+++ b/README
@@ -266,6 +266,8 @@ tg depend
        adjusting '.topmsg', prepare them in the index before
        calling 'tg depend add'.
 
+       TODO: Subcommand for removing dependencies, obviously
+
 tg info
 ~~~~~~~
        Show a summary information about the current or specified
@@ -333,10 +335,12 @@ tg summary
 
        This can take long time to accurately determine all the relevant
        information about each branch; you can pass '-t' to get just
-       terse list of topic branch names quickly.
+       terse list of topic branch names quickly. Alternately, you can
+       pass '--graphviz' to get a dot-suitable output to draw a dependency
+       graph between the topic branches.
 
        TODO: Speed up by an order of magnitude
-       TODO: Graph view
+       TODO: Text graph view
 
 tg export
 ~~~~~~~~~