Module check_out

Source
Expand description

Handle checking out commits on disk.

Structs§

CheckOutCommitOptions
Options for checking out a commit.

Enums§

CheckoutTarget
An entity to check out.

Functions§

check_out_commit
Checks out the requested commit. If the operation succeeds, then displays the new smartlog. Otherwise displays a warning message.
create_snapshot
Create a working copy snapshot containing the working copy’s current contents.
restore_snapshot
Restore the given snapshot’s contents into the working copy.