Is it possible to emulate the behavior of \'git stash\' when using fossil/bzr? Basically I\'m interested in handling the following workflow:
In git, is it possible to create a stash, push the stash to a remote repository, retrieve the stash on another computer, and apply the stash?