2014-03-05 7:25 GMT+01:00 Andy Bradford <[email protected]>:
> My most heavily used Fossil includes a lot of Python and with the recent
> changes, Fossil annotate/blame now renders a function entirely devoid of
> whitespace:
>
> def f(a):
> b = a + 1
> return b

That's a bug which still needs to be fixed. I'll have a look at that.

For the annotate pages I would prefer the default behavior
to be to ignore whitespaces. See for example the following
lines:

<http://fossil-scm.org/index.html/artifact/c31113fe7e?ln=1711-1713>

Then annotate this page and see who wrote those lines??? It
will give you the answer: joel.
But ... If you annotate the previous version of this file,
you will see that the real author of those lines is dhr:
    <http://fossil-scm.org/index.html/info/a2e7472d0fa04132>

All joel did was remove an if() around those lines, thereby
changing the indent. Does that make joel the author?
I think not! The "diff-eolws" branch gives the correct
answer. Your addition gives the correct answer after
pressing the "Ignore Whitespace" button.

Regards,
          Jan Nijtmans
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to