Expand description
Utility functions for inspecting fossil repository checkout state.
Structs§
Enums§
Functions§
- detect_
repo - Attempt to detect a fossil repository.
- has_
changes - Determine whether there are uncommitted changes in the work tree by running
fossil changes. - has_
extras - Determine whether there are untracked files in the work tree by running
fossil extras. - infomap
- Run
fossil infoand construct aHashMapfrom the output. - status
- Return a
Statusbuffer containing some information about the current state of the local checkout.