Overview
Artifact ID: | 3bb05b4ef2bda9b80989ee09013fd49b2e0040ae |
---|---|
Ticket: | 986b31211c5bf8a569eb9c74c05933bd94d130f0
fossil reports changes when there are none |
User & Date: | rwilson 2011-01-03 00:35:52 |
Changes
- comment changed to:
i built the latest snapshot on windows and i get strange results from fossil changes. in this example, i just did fossil update trunk and a clean build using makefile.mingw. using the newly built fossil.exe, i get the following results: <pre> PS C:\rev\src\fossil> .\fossil ver This is fossil version [c67c61b694] 2011-01-02 07:37:21 UTC PS C:\rev\src\fossil> .\fossil changes EDITED src/diffcmd.c EDITED src/merge.c EDITED src/undo.c EDITED www/fossil-v-git.wiki PS C:\rev\src\fossil> .\fossil diff src\diffcmd.c --- src\diffcmd.c +++ src\diffcmd.c PS C:\rev\src\fossil> .\fossil diff src\merge.c --- src\merge.c +++ src\merge.c PS C:\rev\src\fossil> .\fossil diff src\undo.c --- src\undo.c +++ src\undo.c PS C:\rev\src\fossil> .\fossil diff .\www\fossil-v-git.wiki --- .\www\fossil-v-git.wiki +++ .\www\fossil-v-git.wiki </pre> against the same repository, i try the same thing using fossil.exe that is in my path (an earlier version): <pre> PS C:\rev\src\fossil> fossil ver This is fossil version [70744b76e6] 2010-12-11 20:08:19 UTC PS C:\rev\src\fossil> fossil changes </pre> BTW the wiki still says i can build on windows using makefile.win32, but that file no longer exists.
- foundin changed to: "c67c61b694"
- private_contact changed to: "2359089ef753bc96e12743e299243d5232c749fa"
- severity changed to: "Important"
- status changed to: "Open"
- title changed to: "fossil reports changes when there are none"
- type changed to: "Code_Defect"