Ticket Change Details
Not logged in

Changes to ticket f083ffffc6

By eric on 2008-11-28 19:36:37. See also: artifact content, and ticket history

    1. Appended to comment:

      eric added on 2008-11-28 19:36:37:

      $ fossil version
      This is fossil version f84bfc31bf 2008-11-27 02:30:29 UTC
      $ fossil pull  http://www.fossil-scm.org/fossil/
      ...
      

      At this point, I have looked at the timelines from my clone repository and www.fossil-scm.org side by side in the browser and seen exactly the difference described.

      eric@tasso:~/devel/fossil$ fossil export ticket emjtkt
      eric@tasso:~/devel/fossil$ fossil config pull ticket http://www.fossil-scm.org/fossil/
      ...
      $ fossil config export ticket drhtkt
      

      On refreshing pages in the browser, they now look identical.

      Looking at the export files, there are lots of differences, but in particular, I had

      REPLACE INTO config VALUES('ticket-closed-expr','status=''Closed''');

      while the pulled config has

      REPLACE INTO config VALUES('ticket-closed-expr','status=''Closed'' OR status=''Fixed''');

      The former is specified as the default in tktsetup.c and wikiformat.c, so I feel quite justified closing this as "Not A Bug".

    2. Change resolution to "Not_A_Bug"
    3. Change status to "Closed"