Shelve Extension

This extension is distributed with Mercurial 2.8 and later.

Author: Bryan O'Sullivan

Current maintainer: Facebook

1. Overview

The shelve extension lets you set the changes in your working directory aside temporarily and restore them.

2. Configuration

Configure your .hgrc to enable the extension by adding following lines:

[extensions]
shelve=

3. Usage

(this is only a description of the basic usage)

hg shelve

Temporarily stash away changes.

hg shelve --list

List all existing shelves.

hg unshelve

Get the changes back into the working directory.

4. See also


CategoryBundledExtension