On Aug 10, 2015, at 10:03 AM, Warren Young <[email protected]> wrote: > > make it a habit to say something like “fossil diff | less” to make sure the > changes you *think* you are checking in are the changes you are *actually* > checking in.
Also, you might not be aware that fossil diff has the -w flag, like GNU diff, which shows only non-whitespace changes. The only time “fossil diff” and “fossil diff -w” should show substantially different output is when you’ve done something like change the indent level of a section of code, such as by wrapping it in an “if” statement. _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

