Mounted filesystems expose change controls underDocumentation 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.change.
fs.change.new()
Create and switch to a new change from a bookmark or existing change.Repository name.
Bookmark to fork from. Mutually exclusive with
changeId.Change ID to fork from. Mutually exclusive with
bookmark.fs.change.edit()
Switch to an existing editable change. This never creates a new change.Repository name.
Bookmark whose existing change should be edited. Mutually exclusive with
changeId.Existing change ID to edit. Mutually exclusive with
bookmark.fs.change.list()
List changes reachable from the current checkout’s commit.Repository name.
Maximum number of changes to return. Defaults to
50. Pass 0 for no limit.fs.change.current()
Return the currently active change for a repo.Repository name.
Response types
Hex-encoded change OID of the now-active change.
Hex-encoded change ID.
Hex-encoded commit OID the change currently points to.

