# # # patch "monotone.texi" # from [15bafc5e32dcc384d7017e773c93e3eeb37833a2] # to [1c860e6c4ce92a3b40efbfc4e37ebccb9b7d2403] # ============================================================ --- monotone.texi 15bafc5e32dcc384d7017e773c93e3eeb37833a2 +++ monotone.texi 1c860e6c4ce92a3b40efbfc4e37ebccb9b7d2403 @@ -4597,16 +4597,21 @@ @section Informative changed within the current subdirectory of the workspace. @item mtn log address@hidden mtn log address@hidden address@hidden address@hidden [...]] address@hidden [...]] [--brief] [--no-merges] [--no-files] [--diffs] address@hidden [...]] address@hidden mtn log address@hidden address@hidden address@hidden [...]] address@hidden [...]] [--brief] [--no-merges] [--no-files] [--no-graph] [--diffs] address@hidden [...]] This command prints out a log, in reverse-ancestry order, of small history summaries. Each summary contains author, date, changelog and comment information associated with a revision. -If @option{--brief} is given, the output consists of one line per revision -with the revision ID, the author, the date and the branches (separated -with commas). +Unless @option{--no-graph} is given, the log output is prepended with an +ASCII-art graph that should make the connections between the various edges +more intuitively clear. +If @option{--brief} is given, the output consists of two lines per revision +with the revision ID, the author, the date and the branches (separated with +commas). If used together with @option{--no-graph} then everything is +fitted on a single line. + If @address@hidden is given, at most @var{n} log entries will be given. @@ -4615,9 +4620,9 @@ @section Informative revision in forward-ancestry order. This is useful to review changes that will be applied to the workspace when @command{update} is run. -If @address@hidden is given, the command starts tracing back through -history from these revisions, otherwise it starts from the base revision of -your workspace. +If @address@hidden is given, the command starts tracing back +through history from these revisions, otherwise it starts from the base +revision of your workspace. If @address@hidden is given, log will only print entries for revisions that would not also be printed when logging from the revisions specified in @@ -4635,7 +4640,8 @@ @section Informative diff of the changes in each revision. If one or more files are given, the command will only log the revisions -where those files are changed. +where those files are changed (if @option{--no-graph} is not used some more +merge nodes may be shown in order to preserve the graph general shape). @item mtn annotate @var{file} @itemx mtn annotate address@hidden [--brief] @var{file}