Re: [fossil-users] Minor bug that causes some confusion

2015-03-25 Thread David Mason
Problem 2 is similar to "fossil add filename" saying "ADDED: filename" even if it was already known. This confuses novice users. On 25 March 2015 at 16:44, wrote: > This is on a Windows machine so, filenames are case insensitive. > > To reproduce (f = fossil): > > f new xxx.fossil > f o xxx.f

[fossil-users] Minor bug that causes some confusion

2015-03-25 Thread tonyp
This is on a Windows machine so, filenames are case insensitive. To reproduce (f = fossil): f new xxx.fossil f o xxx.fossil echo Hello > hello f add hello f cha f ext f rev Hello f cha f ext Problem 1: “f rev Hello” does not revert the ADD (note: Hello is given with a different case from the pr