# # patch "ChangeLog" # from [9acc01b5dcd3b1a3e5a0881c0f8791925b9c322d] # to [b84d1787116d81532634d429bb46edaf59d4c253] # # patch "manifest.cc" # from [3b2650b112fe4a1689397e1dc504d0f4904c0e08] # to [75e82bdc3e5ac1cbb957d8967fd101eed3bb576a] # ======================================================================== --- ChangeLog 9acc01b5dcd3b1a3e5a0881c0f8791925b9c322d +++ ChangeLog b84d1787116d81532634d429bb46edaf59d4c253 @@ -1,3 +1,8 @@ +2005-10-15 Nathaniel Smith
+ + * manifest.cc (build_restricted_manifest_map): Mention the new + --missing option in the missing files error message hint. + 2005-10-14 Nathaniel Smith * key_store.{cc,hh} (get_key_dir): New method. ======================================================================== --- manifest.cc 3b2650b112fe4a1689397e1dc504d0f4904c0e08 +++ manifest.cc 75e82bdc3e5ac1cbb957d8967fd101eed3bb576a @@ -201,7 +201,9 @@ F("%d missing files\n" "to restore consistency, on each missing file run either\n" "'monotone drop FILE' to remove it permanently, or\n" - "'monotone revert FILE' to restore it\n") + "'monotone revert FILE' to restore it\n" + "or to handle all at once, simple 'monotone drop --missing'\n" + "or 'monotone revert --missing'") % missing_files); }