| 1 | //! The `stash` command for temporarily saving uncommitted changes. |
| 2 | //! |
| 3 | //! This module implements the `atomic stash` command, which saves uncommitted |
| 4 | //! working copy changes to a temporary orphan view and restores the working |
nothing calls this directly
no outgoing calls
no test coverage detected