Documentation Index
Fetch the complete documentation index at: https://docs.mesa.dev/llms.txt
Use this file to discover all available pages before exploring further.
fs.bookmarks exposes bookmark operations that are local to a mounted filesystem session. For merge, move, and delete operations, use mesa.bookmarks.
Methods
Return every bookmark name on a mounted repository.
Create a bookmark at the active change’s commit.
Errors
create(...) raises FileExistsError when the bookmark already exists.

