# # # patch "ui.cc" # from [6d2bc47b784d1ee721c2466988edeb9472a86a16] # to [6d581ce80dc7a10ca61e3ec5ad92eadb47524354] # # patch "unix/main.cc" # from [9d9d704089170f3fea8bb29bfd099435a2dab26f] # to [1a4910550eee2b11ff4bc99bec1f9de0d44da81e] # # patch "win32/main.cc" # from [f7225a77eeced7cceca507d02c7c3aaeb86b2bbc] # to [8b14cc20945d524354751fd745044d96cfe69f96] # ============================================================ --- ui.cc 6d2bc47b784d1ee721c2466988edeb9472a86a16 +++ ui.cc 6d581ce80dc7a10ca61e3ec5ad92eadb47524354 @@ -655,7 +655,7 @@ user_interface::fatal(string const & fat { inform(F("fatal: %s\n" "this is almost certainly a bug in monotone.\n" - "please send this error message, the output of '%s version --verbose',\n" + "please send this error message, the output of '%s version --full',\n" "and a description of what you were doing to %s.") % fatal % prog_name % PACKAGE_BUGREPORT); global_sanity.dump_buffer(); @@ -668,7 +668,7 @@ user_interface::fatal_db(string const & { inform(F("fatal: %s\n" "this is almost certainly a bug in monotone.\n" - "please send this error message, the output of '%s version --verbose',\n" + "please send this error message, the output of '%s version --full',\n" "and a description of what you were doing to %s.\n" "This error appears to have been triggered by something in the\n" "database you were using, so please preserve it in case it can\n" ============================================================ --- unix/main.cc 9d9d704089170f3fea8bb29bfd099435a2dab26f +++ unix/main.cc 1a4910550eee2b11ff4bc99bec1f9de0d44da81e @@ -58,7 +58,7 @@ bug_report_message() write_str_to_stderr("\nthis is almost certainly a bug in monotone." "\nplease send this error message, the output of '"); write_str_to_stderr(argv0); - write_str_to_stderr(" version --verbose'," + write_str_to_stderr(" version --full'," "\nand a description of what you were doing to " PACKAGE_BUGREPORT "\n"); } ============================================================ --- win32/main.cc f7225a77eeced7cceca507d02c7c3aaeb86b2bbc +++ win32/main.cc 8b14cc20945d524354751fd745044d96cfe69f96 @@ -61,7 +61,7 @@ bug_report_message() write_str_to_stderr("\nthis is almost certainly a bug in monotone." "\nplease send this error message, the output of '"); write_str_to_stderr(argv0); - write_str_to_stderr(" version --verbose'," + write_str_to_stderr(" version --full'," "\nand a description of what you were doing to " PACKAGE_BUGREPORT "\n"); }