# # # patch "NEWS" # from [e3f5a15a4a4acb8b4d0d3e641e148c9b1b0322d9] # to [d7ec6b9137341f1878610f5e04ae7dd9d11cb5cb] # # patch "options_list.hh" # from [68455d831c491399167a3d8587e3ab247bcb6b06] # to [bc5035231673273e0d32a78a14717f03e26735ea] # ============================================================ --- NEWS e3f5a15a4a4acb8b4d0d3e641e148c9b1b0322d9 +++ NEWS d7ec6b9137341f1878610f5e04ae7dd9d11cb5cb @@ -163,6 +163,7 @@ Xxx Xxx 99 99:99:99 UTC 2010 - Command options now hidden: (several commands) --no-prefix serve --stdio --no-transport-auth + (all netsync/remote commands) --min-netsync-version --max-netsync-version - Deprecated options: --full use --verbose ============================================================ --- options_list.hh 68455d831c491399167a3d8587e3ab247bcb6b06 +++ options_list.hh bc5035231673273e0d32a78a14717f03e26735ea @@ -230,9 +230,11 @@ GROUPED_SIMPLE_OPTION(bind_opts, bind_st GROUPED_SIMPLE_OPTION(bind_opts, bind_stdio, "stdio", bool, gettext_noop("serve netsync on stdio")) +HIDE(max_netsync_version) SIMPLE_OPTION(max_netsync_version, "max-netsync-version", u8, gettext_noop("cause monotone to lie about the maximum netsync " "protocol version that it supports, mostly for debugging")) +HIDE(min_netsync_version) SIMPLE_OPTION(min_netsync_version, "min-netsync-version", u8, gettext_noop("cause monotone to lie about the minimum netsync " "protocol version it supports, useful for debugging or "