Crate fslutils

Crate fslutils 

Source
Expand description

Utility functions for inspecting fossil repository checkout state.

Structs§

Status

Enums§

Error

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 info and construct a HashMap from the output.
status
Return a Status buffer containing some information about the current state of the local checkout.