# # patch "AUTHORS" # from [e3730a36bbd3ebd44b05f6d93750bb83022d5572] # to [d81fa4a09ca67561edd63456236b78ebf2fb63db] # # patch "ChangeLog" # from [8c977ddacedcc217fcdd8dc4dbc4e73ce54c8eee] # to [b174cc74fb598168da973399b3d2d52952084827] # # patch "monotone.texi" # from [17d9d41221abe7bbbca4c217ba37d32dc44e3fbe] # to [4dd98a43af45c817331acf63a1181ac501ca0527] # --- AUTHORS +++ AUTHORS @@ -54,6 +54,7 @@ Jeremy Cowgar Martin Dvorak Emile Snyder + Sebastian Spaeth supporting files: --- ChangeLog +++ ChangeLog @@ -1,7 +1,15 @@ 2005-04-19 Sebastian Spaeth + + * monotone.texi: modified documentation to match changes due to + previous checking. + * AUTHORS: Adding myself + +2005-04-19 Sebastian Spaeth + * automate.cc: make BRANCH optional in "automate heads BRANCH" we use the default branch as given in MT/options if not specified * commands.cc: BRANCH -> [BRANCH] in cmd description + 2005-04-19 Richard Levitte * contrib/monotone-import.pl (my_exit): As in monotone-notify.pl, --- monotone.texi +++ monotone.texi @@ -4217,12 +4217,12 @@ @end table address@hidden monotone automate heads @var{branch} address@hidden monotone automate heads address@hidden @table @strong @item Arguments: -One argument @var{branch}, a branch name. +One branch name, @var{branch}. If none is given, the current default branch is used. @item Added in: @@ -4247,7 +4247,7 @@ @item Error conditions: -If the given branch contains no members, then no lines are printed. +If the given branch contains no members or does not exist, then no lines are printed. @end table