# # patch "ChangeLog" # from [c39b39e8dd95c3739732a91fbffcb7fae12e109f] # to [9451307f144c9328715504e117aa91daf6fc7c01] # # patch "commands.cc" # from [19c0c8f86e9828ac94dcd8fc0d1c733715501d1a] # to [69775983dd6ab25490f1fa762414db6aa5929e95] # =============================================== --- ChangeLog c39b39e8dd95c3739732a91fbffcb7fae12e109f +++ ChangeLog 9451307f144c9328715504e117aa91daf6fc7c01 @@ -1,5 +1,10 @@ 2005-08-09 Nathaniel Smith + * commands.cc (update): Fix helpful error message to suggest + _current_ commandline syntax. + +2005-08-09 Nathaniel Smith + * NEWS: Put a time in. * po/monotone.pot: Regenerate. =============================================== --- commands.cc 19c0c8f86e9828ac94dcd8fc0d1c733715501d1a +++ commands.cc 69775983dd6ab25490f1fa762414db6aa5929e95 @@ -2964,7 +2964,7 @@ for (set::const_iterator i = candidates.begin(); i != candidates.end(); ++i) P(F(" %s\n") % describe_revision(app, *i)); - P(F("choose one with 'monotone update '\n")); + P(F("choose one with 'monotone update -r'\n")); N(false, F("multiple candidates remain after selection")); } r_chosen_id = *(candidates.begin());