X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=topgit.git;a=blobdiff_plain;f=README;h=5bfe3ee14793c9591e78095e213039de3847d0ea;hp=dbf12eddf696b2720cef5a5605c3b7ea57fb32f7;hb=e62ccf344cf62eff98d8124ac663fb2ccd897ad9;hpb=706fd50620a82e9632a11c988ba753b2babc0b0c diff --git a/README b/README index dbf12ed..5bfe3ee 100644 --- 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 ~~~~~~~~~