Re: [fossil-users] Help messages in add.c

2017-07-18 Thread jungle Boogie
On 15 July 2017 at 03:58, Johan Kuuse wrote: > On Fri, Jul 14, 2017 at 9:23 PM, Venkat Iyer wrote: >> Consider me old fashioned, but the current behavior seems more in line with >> traditional unix (read sysv) commands. > > I don't want to make this a big deal,

Re: [fossil-users] Help messages in add.c

2017-07-15 Thread Johan Kuuse
On Fri, Jul 14, 2017 at 9:23 PM, Venkat Iyer wrote: > Consider me old fashioned, but the current behavior seems more in line with > traditional unix (read sysv) commands. I don't want to make this a big deal, but I don't agree that the commands behave the same way as

Re: [fossil-users] Help messages in add.c

2017-07-14 Thread Venkat Iyer
Consider me old fashioned, but the current behavior seems more in line with traditional unix (read sysv) commands. Usage is when when the user made an error or explicitly asked for help. The question would then be: Is "fossil cat" followed by a) zero or more paths b) one or more paths I

Re: [fossil-users] Help messages in add.c

2017-07-14 Thread Johan Kuuse
On Thu, Jul 13, 2017 at 6:31 PM, jungle Boogie wrote: > On 6 June 2017 at 06:50, Johan Kuuse wrote: >> Hi, >> >> The following commands, executed without any arguments, are mute: >> >> f add >> f rm >> f delete >> f forget >> >> IMHO, they should show a

Re: [fossil-users] Help messages in add.c

2017-07-13 Thread jungle Boogie
On 6 June 2017 at 06:50, Johan Kuuse wrote: > Hi, > > The following commands, executed without any arguments, are mute: > > f add > f rm > f delete > f forget > > IMHO, they should show a help message instead. > Is it desired to not do anything with the command isn't followed by a

[fossil-users] Help messages in add.c

2017-06-06 Thread Johan Kuuse
Hi, The following commands, executed without any arguments, are mute: f add f rm f delete f forget IMHO, they should show a help message instead. Best Regards, Johan fossil diff --unified Index: src/add.c == --- src/add.c +++