Re: [Monotone-devel] nvm.options

2010-08-22 Thread Derek Scherger
2010/8/14 Timothy Brownawell tbrow...@prjek.net This is changed now. --verbosity is gone, --reallyquiet and --debug are deprecated, and there's a new --verbose / -v You rock! Cheers, Derek ___ Monotone-devel mailing list Monotone-devel@nongnu.org

Re: [Monotone-devel] nvm.options

2010-08-14 Thread Timothy Brownawell
On 08/10/2010 12:31 PM, Derek Scherger wrote: Sorry, I've been away and I'm late to the party on this but I'm not sure I like the --verbosity, --quiet, --debug and --reallyquiet options all that much. What about this as an alternative: - default verbosity is 0 as described above - verbosity

Re: [Monotone-devel] nvm.options

2010-08-14 Thread Stephen Leake
Timothy Brownawell tbrow...@prjek.net writes: On 08/10/2010 12:31 PM, Derek Scherger wrote: Sorry, I've been away and I'm late to the party on this but I'm not sure I like the --verbosity, --quiet, --debug and --reallyquiet options all that much. What about this as an alternative: -

Re: [Monotone-devel] nvm.options

2010-08-14 Thread Timothy Brownawell
On 08/14/2010 07:06 PM, Stephen Leake wrote: Timothy Brownawelltbrow...@prjek.net writes: On 08/10/2010 12:31 PM, Derek Scherger wrote: Sorry, I've been away and I'm late to the party on this but I'm not sure I like the --verbosity, --quiet, --debug and --reallyquiet options all that much.

Re: [Monotone-devel] nvm.options

2010-08-10 Thread Stephen Leake
Thomas Keller m...@thomaskeller.biz writes: Am 23.07.10 10:42, schrieb Stephen Leake: This would be easier if the manpage code was merged into this branch. And that may have to be tweaked for this anyway, so we should wait to land this until after the manpage branch lands. Actually this

Re: [Monotone-devel] nvm.options

2010-08-10 Thread Timothy Brownawell
On 08/09/2010 06:28 PM, Thomas Keller wrote: - If I increase the verbosity to 2 or set --verbosity=2, the --debug output is shown (which is reasonable, but not yet documented in the option text) Whats up with that? Now that --verbosity=1 has no effect on the above mentioned commands

Re: [Monotone-devel] nvm.options

2010-08-10 Thread Thomas Keller
Am 10.08.2010 13:51, schrieb Timothy Brownawell: On 08/09/2010 06:28 PM, Thomas Keller wrote: - If I increase the verbosity to 2 or set --verbosity=2, the --debug output is shown (which is reasonable, but not yet documented in the option text) Whats up with that? Now that

Re: [Monotone-devel] nvm.options

2010-08-10 Thread Timothy Brownawell
On 08/10/2010 07:03 AM, Thomas Keller wrote: Am 10.08.2010 13:51, schrieb Timothy Brownawell: On 08/09/2010 06:28 PM, Thomas Keller wrote: - If I increase the verbosity to 2 or set --verbosity=2, the --debug output is shown (which is reasonable, but not yet documented in the option

Re: [Monotone-devel] nvm.options

2010-08-10 Thread Thomas Keller
Am 10.08.10 01:07, schrieb Thomas Keller: Am 09.08.10 01:49, schrieb Timothy Brownawell: These are now --no-standard-rcfiles/--standard-rcfiles and --no-builtin-rcfile/--builtin-rcfile , with --nostd/--norc marked as deprecated. Very nice. This looks much better now, though I guess some

Re: [Monotone-devel] nvm.options

2010-08-09 Thread Stephen Leake
Timothy Brownawell tbrow...@prjek.net writes: Also I think it really doesn't need to be mixed up with the (other) verbosity options; it controls the amount of expected output, while they control error/warning/debug messages. So I dropped --version and un-deprecated --full, and separated it

Re: [Monotone-devel] nvm.options

2010-08-09 Thread Thomas Keller
Am 09.08.10 01:49, schrieb Timothy Brownawell: On 07/20/2010 06:10 PM, Thomas Keller wrote: I wished that you'd have commented a few places a bit more though for us other devs so we properly use the new / changed macros (CMD_PRESET_OPTIONS is not mentioned f.e.) and have an idea what certain

Re: [Monotone-devel] nvm.options

2010-08-09 Thread Thomas Keller
Am 23.07.10 10:42, schrieb Stephen Leake: Stephen Leake stephen_le...@stephe-leake.org writes: We could modify the description of _every_ command that now has a resettable option. Tedious, but do-able. But perhaps we should consider generating the command options from the help texts,

Re: [Monotone-devel] nvm.options

2010-08-09 Thread Thomas Keller
Am 09.08.10 01:35, schrieb Timothy Brownawell: On 07/21/2010 06:15 PM, Thomas Keller wrote: Am 21.07.10 01:10, schrieb Thomas Keller: If the compilation issue is fixed, I'll check the UI again and may come up with other little things :) Some more observations: - --verbosity changes the

Re: [Monotone-devel] nvm.options

2010-08-08 Thread Timothy Brownawell
On 07/23/2010 03:42 AM, Stephen Leake wrote: should we hide --min/max-netsync-version? Sounds like a good idea, I've added that. -- Timothy Free public monotone hosting: http://mtn-host.prjek.net ___ Monotone-devel mailing list

Re: [Monotone-devel] nvm.options

2010-08-08 Thread Timothy Brownawell
On 07/21/2010 06:15 PM, Thomas Keller wrote: Am 21.07.10 01:10, schrieb Thomas Keller: If the compilation issue is fixed, I'll check the UI again and may come up with other little things :) Some more observations: - --verbosity changes the level between -2 and 1 (default is 0) - but I

Re: [Monotone-devel] nvm.options

2010-08-08 Thread Timothy Brownawell
On 07/20/2010 06:10 PM, Thomas Keller wrote: I wished that you'd have commented a few places a bit more though for us other devs so we properly use the new / changed macros (CMD_PRESET_OPTIONS is not mentioned f.e.) and have an idea what certain code paths do (just out of my head here, the

Re: [Monotone-devel] nvm.options

2010-08-08 Thread Timothy Brownawell
On 07/21/2010 05:18 AM, Stephen Leake wrote: The options no-unknown/unknown are defined twice - once as SIMPLE_OPTION(unknown ...) once as OPTSET_REL(automate_inventory_opts, no_unknown) SIMPLE_OPTION(no_unknown ...) That seems like it could be a problem, but it seems to work. Yeah...

[Monotone-devel] nvm.options

2010-08-05 Thread Stephen Leake
We added a 'deprecate option' mechanism. Deprecated options don't show up in help, even with --hidden. So far, the only option we've deprecated is --full, replaced by --verbose. That's simple enough. But I can imagine a case where someone needs to see the help for the deprecated option in order

Re: [Monotone-devel] nvm.options

2010-08-05 Thread Thomas Keller
Am 05.08.10 15:40, schrieb Stephen Leake: We added a 'deprecate option' mechanism. Deprecated options don't show up in help, even with --hidden. So far, the only option we've deprecated is --full, replaced by --verbose. That's simple enough. But I can imagine a case where someone needs

Re: [Monotone-devel] nvm.options

2010-08-05 Thread Stephen Leake
Thomas Keller m...@thomaskeller.biz writes: Am 05.08.10 15:40, schrieb Stephen Leake: We added a 'deprecate option' mechanism. Deprecated options don't show up in help, even with --hidden. So far, the only option we've deprecated is --full, replaced by --verbose. That's simple enough.

Re: [Monotone-devel] nvm.options

2010-07-26 Thread Thomas Keller
Am 26.07.10 05:40, schrieb Timothy Brownawell: On 07/21/2010 05:25 PM, Thomas Keller wrote: Am 21.07.10 01:10, schrieb Thomas Keller: Am 20.07.10 04:58, schrieb Timothy Brownawell: On 07/18/2010 08:19 AM, Stephen Leake wrote: Tim, Just letting you know I've been keeping up with nvm.options,

Re: [Monotone-devel] nvm.options

2010-07-26 Thread Thomas Keller
Am 26.07.10 15:00, schrieb Thomas Keller: Am 26.07.10 05:40, schrieb Timothy Brownawell: On 07/21/2010 05:25 PM, Thomas Keller wrote: Am 21.07.10 01:10, schrieb Thomas Keller: Am 20.07.10 04:58, schrieb Timothy Brownawell: On 07/18/2010 08:19 AM, Stephen Leake wrote: Tim, Just letting you

Re: [Monotone-devel] nvm.options

2010-07-26 Thread Timothy Brownawell
On 07/26/2010 09:14 AM, Thomas Keller wrote: I've talked with Thomas Moschny and he asked on ##c++ for a proper solution of the problem. The answers were mainly to replace all custom type specializations with real types, i.e. basically what I did above, so u32, u64, size_t and all the others

Re: [Monotone-devel] nvm.options

2010-07-25 Thread Timothy Brownawell
On 07/21/2010 05:25 PM, Thomas Keller wrote: Am 21.07.10 01:10, schrieb Thomas Keller: Am 20.07.10 04:58, schrieb Timothy Brownawell: On 07/18/2010 08:19 AM, Stephen Leake wrote: Tim, Just letting you know I've been keeping up with nvm.options, and it all looks very good so far. I think

Re: [Monotone-devel] nvm.options

2010-07-23 Thread Stephen Leake
Stephen Leake stephen_le...@stephe-leake.org writes: Thomas Keller m...@thomaskeller.biz writes: As I mentioned in my earlier mail the NEWS entry should include more details what options got hidden, deprecated, replaced and / or removed exactly. Yes, this is also a tedious task, but given

Re: [Monotone-devel] nvm.options

2010-07-22 Thread Stephen Leake
Thomas Keller m...@thomaskeller.biz writes: Am 21.07.10 12:18, schrieb Stephen Leake: We need a NEWS entry, and something in monotone.texi. How about this: NEWS New Features - Options can now be overridden; you can specify --no-unknown --unknown on the command

Re: [Monotone-devel] nvm.options

2010-07-21 Thread Stephen Leake
Timothy Brownawell tbrow...@prjek.net writes: On 07/20/2010 05:44 AM, Stephen Leake wrote: Timothy Brownawelltbrow...@prjek.net writes: On 07/18/2010 08:19 AM, Stephen Leake wrote: Tim, Just letting you know I've been keeping up with nvm.options, and it all looks very good so far. I

Re: [Monotone-devel] nvm.options

2010-07-21 Thread Stephen Leake
Timothy Brownawell tbrow...@prjek.net writes: On 07/20/2010 05:44 AM, Stephen Leake wrote: Timothy Brownawelltbrow...@prjek.net writes: On 07/18/2010 08:19 AM, Stephen Leake wrote: Tim, Just letting you know I've been keeping up with nvm.options, and it all looks very good so far. I

Re: [Monotone-devel] nvm.options

2010-07-21 Thread Thomas Keller
Am 21.07.10 12:18, schrieb Stephen Leake: We need a NEWS entry, and something in monotone.texi. How about this: NEWS New Features - Options can now be overridden; you can specify --no-unknown --unknown on the command line. Similarly, you can specify

Re: [Monotone-devel] nvm.options

2010-07-20 Thread Stephen Leake
Timothy Brownawell tbrow...@prjek.net writes: On 07/18/2010 08:19 AM, Stephen Leake wrote: Tim, Just letting you know I've been keeping up with nvm.options, and it all looks very good so far. I think it's ready to merge now. See anything I missed? The per-command defaults are not there,

Re: [Monotone-devel] nvm.options

2010-07-20 Thread Timothy Brownawell
On 07/20/2010 05:44 AM, Stephen Leake wrote: Timothy Brownawelltbrow...@prjek.net writes: On 07/18/2010 08:19 AM, Stephen Leake wrote: Tim, Just letting you know I've been keeping up with nvm.options, and it all looks very good so far. I think it's ready to merge now. See anything I

Re: [Monotone-devel] nvm.options

2010-07-20 Thread Thomas Keller
Am 20.07.10 04:58, schrieb Timothy Brownawell: On 07/18/2010 08:19 AM, Stephen Leake wrote: Tim, Just letting you know I've been keeping up with nvm.options, and it all looks very good so far. I think it's ready to merge now. See anything I missed? The current head

Re: [Monotone-devel] nvm.options

2010-07-19 Thread Timothy Brownawell
On 07/18/2010 08:19 AM, Stephen Leake wrote: Tim, Just letting you know I've been keeping up with nvm.options, and it all looks very good so far. I think it's ready to merge now. See anything I missed? -- Timothy Free public monotone hosting: http://mtn-host.prjek.net

[Monotone-devel] nvm.options

2010-07-18 Thread Stephen Leake
Tim, Just letting you know I've been keeping up with nvm.options, and it all looks very good so far. -- -- Stephe ___ Monotone-devel mailing list Monotone-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/monotone-devel