# # # patch "automate.cc" # from [6063f1a705ac36cb5d9f6cc3ec04cc84355b586b] # to [af43001e962026e2d7aac94e968ec5043d92e8c5] # ============================================================ --- automate.cc 6063f1a705ac36cb5d9f6cc3ec04cc84355b586b +++ automate.cc af43001e962026e2d7aac94e968ec5043d92e8c5 @@ -448,7 +448,10 @@ CMD_AUTOMATE(leaves, "", // Output format: A list of revision ids, in hexadecimal, each followed by a // newline. Revision ids are printed in alphabetically sorted order. // Error conditions: None. -AUTOMATE(roots, "", options::opts::none) +CMD_AUTOMATE(roots, "", + N_("TODO"), + N_(""), + options::opts::none) { N(args.size() == 0, F("no arguments needed"));