# # # patch "src/monotone/MonotoneThread.cpp" # from [c511e82f2f23a62527c1763afd78551024156637] # to [27d16aa1eabce839d1d68adf250a0ddb097f1d5d] # ============================================================ --- src/monotone/MonotoneThread.cpp c511e82f2f23a62527c1763afd78551024156637 +++ src/monotone/MonotoneThread.cpp 27d16aa1eabce839d1d68adf250a0ddb097f1d5d @@ -128,7 +128,7 @@ void MonotoneThread::run() if (monotoneHandle->getType() == MonotoneHandle::server_handle) { // remote_stdio outputs a lot of junk we don't want to listen to - args << "--reallyquiet"; + args << "-q" << "-q"; // remove the mtn:// prefix - monotone up until 0.48 doesn't // understand the mtn:// syntax everywhere