monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] net.venge.monotone: 99e33bfe689f804af5e4d226824


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone: 99e33bfe689f804af5e4d2268245e88e6c4068ef
Date: Thu, 28 Jun 2012 13:02:00 +0200 (CEST)

revision:            99e33bfe689f804af5e4d2268245e88e6c4068ef
date:                2012-06-28T10:59:48
author:              address@hidden
branch:              net.venge.monotone
changelog:
* src/sanity.cc (dump_buffer): fix mention of --debug

* src/options_applicator.cc (options_applicator): untabify, fix mention of 
--debug


manifest:
format_version "1"

new_manifest [1d761c08c137761a8849ab2dd4cbed7d2cec9dd5]

old_revision [3fefc8dc33b94ad9de00c561b21927f2bc2d7d48]

patch "src/options_applicator.cc"
 from [5407017eb222eb329f9e22fc465d4f36743d37ee]
   to [4aedb28ed059d5c6edc9a7aba4f5b39929dba70e]

patch "src/sanity.cc"
 from [17e9e70774f064cfb8ef4e25075a1f493b63cd78]
   to [95d33b629774a37076959f4e66ca82a16089d093]
============================================================
--- src/options_applicator.cc	5407017eb222eb329f9e22fc465d4f36743d37ee
+++ src/options_applicator.cc	4aedb28ed059d5c6edc9a7aba4f5b39929dba70e
@@ -1,4 +1,4 @@
-// Copyright (C) 2010 and later by various people
+// Copyright (C) 2010, 2012 and later by various people
 // see monotone commit logs for details and authors
 //
 // This program is made available under the GNU GPL version 2.0 or
@@ -25,14 +25,14 @@ options_applicator::options_applicator(o
 };
 
 options_applicator::options_applicator(options const & opts,
-				       options_applicator::for_what what)
+                                       options_applicator::for_what what)
   : _impl(new options_applicator_impl())
 {
   _impl->what = what;
 
   // --dump is handled in monotone.cc
   // --log is handled in monotone.cc
-  // --debug is handled in monotone.cc
+  // -v is handled in monotone.cc
 
   _impl->were_timestamps_enabled = ui.enable_timestamps(opts.timestamps);
 
@@ -47,15 +47,15 @@ options_applicator::options_applicator(o
   else
     {
       if (opts.ticker == "none")
-	ui.set_tick_write_nothing();
+        ui.set_tick_write_nothing();
       else if (opts.ticker == "dot")
-	ui.set_tick_write_dot();
+        ui.set_tick_write_dot();
       else if (opts.ticker == "count")
-	ui.set_tick_write_count();
+        ui.set_tick_write_count();
       else if (opts.ticker == "stdio")
-	ui.set_tick_write_stdio();
+        ui.set_tick_write_stdio();
       else
-	I(opts.ticker.empty());
+        I(opts.ticker.empty());
     }
 }
 
============================================================
--- src/sanity.cc	17e9e70774f064cfb8ef4e25075a1f493b63cd78
+++ src/sanity.cc	95d33b629774a37076959f4e66ca82a16089d093
@@ -188,7 +188,7 @@ sanity::dump_buffer()
     }
   else
     inform_message("discarding debug log, because I have nowhere to write it\n"
-                   "(maybe you want --debug or --dump?)");
+                   "(maybe you want -v -v or --dump?)");
 }
 
 int

reply via email to

[Prev in Thread] Current Thread [Next in Thread]