Hello,

I have problems with annotate giving misleading information. I wrote a ticket:
http://fossil-scm.org/index.html/info/f0f9aff371

Maybe asking for a mass 'please try to reproduce it', we can get a public
repository which shows the same problem.

Regards,
Lluís.

(Copy of the ticket text below)
------

I've a branch where I'm interested on the source of this line of code, at point
2011-04-28:

const bool debugErrorToFile = true;

Looking at annotate, I see:

ad13e86e1e 2010-09-28  llbatlle:     const bool debugErrorToFile = true;

I don't trust it.. and I find a commit in the same branch, on 2011-04-08, that
introduced the change. So, annotate was not showing it.

I write a commit today (2011-05-05), setting back the debugErrorToFile to false.
Then I test annotate again, expecting to see the very recent commit. But I get:

8c918ba0e2 2010-10-25  llbatlle:     const bool debugErrorToFile = false;

So, annotate is getting confused somehow. I can completely reproduce it, but I
cannot give the repository as it contains private files.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to