Fossil Forum
Post: Bug: fossil undo does not update manifest files
Post: Bug: fossil undo does not update manifest files
Edit: Bug: fossil undo does not update manifest files
Bug: fossil undo does not update manifest files
Thanks for the bug report. A fix has landed on trunk:
https://fossil-scm.org/home/timeline?c=f72ef850fce04521&y=a
Thanks for the quick response. :)
As of 2026-02-12T14:30:58Z, perform the following operations:
$ fossil update 20260101 $ fossil undo $ fossil info | grep checkout $ grep ^D manifest
There will be an incongruity here between the files that are checked out and what the manifest claims it to be. This causes build systems that use the manifest to embed version information (as Fossil and SQLite do) to embed the wrong version.
A simple fossil update $CHECKIN is enough to get the manifest to what it needs to be.