# # patch "ChangeLog" # from [21e8b621eae08ba6e7b3b16dbb78aae6db143dfd] # to [a87b9ea962503ad8ac89e2ddf3e6a2e76a10b359] # # patch "commands.cc" # from [aec0b0b2af05b7daf3aef077c423644d731e235b] # to [6cddc3974fb86f0bd88df87c30252522bb142f97] # # patch "monotone.texi" # from [960f09d94f2b0189794b11c523426f755ef48f1c] # to [ded6d505b8240d0a1c08c36abb07da288543ddbc] # --- ChangeLog +++ ChangeLog @@ -1,3 +1,8 @@ +2005-05-16 Grahame Bowland + + * monotone.texi: update "monotone log" documentation + * commands.cc: fix "monotone log" when run with no --revision args + 2005-05-15 Derek Scherger * netsync.cc (process_anonymous_cmd, process_auth_cmd): log --- commands.cc +++ commands.cc @@ -3471,6 +3471,7 @@ if (app.revision_selectors.size() == 0) { revision_id rid; + get_revision_id(rid); frontier.insert(make_pair(file, rid)); } else --- monotone.texi +++ monotone.texi @@ -3668,17 +3668,16 @@ @item monotone log @itemx monotone log address@hidden @itemx monotone log address@hidden address@hidden monotone log address@hidden address@hidden address@hidden monotone log address@hidden address@hidden address@hidden [...]] @itemx monotone log address@hidden @var{file} address@hidden monotone log address@hidden address@hidden @var{file} address@hidden monotone log address@hidden address@hidden address@hidden [...]] @var{file} -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 @var{n} is given, -at most that many log entries will be given. If @var{id} is given, -the command starts tracing back through history from the revision address@hidden, otherwise it starts from the base revision of your working -copy. +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 @var{n} is given, at most that +many log entries will be given. If one or more revision IDs are given, +the command starts tracing back through history from these revisions, +otherwise it starts from the base revision of your working copy. @item monotone annotate @var{file} @item monotone annotate address@hidden @var{file}