# # # patch "unix/main.cc" # from [ca1ee1709ef694c0a327291d73e9f9304150d54f] # to [bc6e80dc6a77ec1fbc620920cf490d10135a9d74] # # patch "win32/main.cc" # from [73856bd23def0ae302f73c66c13a70f7f9cfc63e] # to [407ec3cf7351ae7dd4d1b06cf65aab9df5c0af2a] # ============================================================ --- unix/main.cc ca1ee1709ef694c0a327291d73e9f9304150d54f +++ unix/main.cc bc6e80dc6a77ec1fbc620920cf490d10135a9d74 @@ -60,7 +60,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(" --full-version'," + write_str_to_stderr(" version --full'," "\nand a description of what you were doing to " PACKAGE_BUGREPORT "\n"); } ============================================================ --- win32/main.cc 73856bd23def0ae302f73c66c13a70f7f9cfc63e +++ win32/main.cc 407ec3cf7351ae7dd4d1b06cf65aab9df5c0af2a @@ -63,7 +63,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(" --full-version'," + write_str_to_stderr(" version --full'," "\nand a description of what you were doing to " PACKAGE_BUGREPORT "\n"); }