Fossil

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

15 most recent check-ins by user preben

2024-01-13
18:57
Typo in variable name. ... (Leaf check-in: 1cd36fad6d user: preben tags: hash-if-mtime-is-current)
2024-01-12
17:35
When merging, make it possible to undo executable status changes. ... (Leaf check-in: 802e3ae9c2 user: preben tags: undo-exe-after-merge)
16:11
Retain renames in local checkout when running fossil update. ... (Leaf check-in: 7c284a8c62 user: preben tags: update-with-renames)
15:48
Merge current state of testing-improvements. make clean output is now easy to review. ... (check-in: e5bcfd1efe user: preben tags: trunk)
2024-01-11
17:55
In the update tests, also check fossil changes after updating. ... (Leaf check-in: 6e23e96acd user: preben tags: testing-improvements)
16:55
When reverting or updating a file, set the mtime to 0 as already done with merge and stash. Effectively, we don't trust the hash until next time we evaluate the status of the file, at which point we'll update vfile.mtime with the real mtime of the file. Based on discussions in [forum:/forumpost/58bef43842be6fc3|forum thread 58bef43842be6fc3]. ... (check-in: f9686d02de user: preben tags: hash-if-mtime-is-current)
16:34
Optionally print mtime and mhash in test-show-vfile output. ... (check-in: 25f486135d user: preben tags: hash-if-mtime-is-current)
2024-01-10
17:08
Syntax error in test rewrite script and a couple of parsing improvments. ... (check-in: 2873af0b5c user: preben tags: testing-improvements)
09:53
Reduce output when testing in -quiet mode. Output is now limited to test failures (including knownBug) and skipped tests when there are uncommitted changes. ... (check-in: 9c23c50def user: preben tags: testing-improvements)
09:39
No need to re-open repository in json tests. ... (check-in: 41c35fb6e2 user: preben tags: testing-improvements)
09:38
Remove stale debug output in symlinks test. ... (check-in: 211f170c13 user: preben tags: testing-improvements)
09:36
Add -expectError to a number of tests that are expected to generate errors or output. ... (check-in: 768d93e6ee user: preben tags: testing-improvements)
08:29
Merge in trunk to include recent test changes. ... (check-in: 383087bfab user: preben tags: testing-improvements)
2024-01-09
18:13
Add tests for fossil update. ... (check-in: 78f3ec4c64 user: preben tags: testing-improvements)
2024-01-08
13:11
Check hash if mtime matches system time at the time we started checking. ... (check-in: f0aa85e302 user: preben tags: hash-if-mtime-is-current)