Differences between revisions 40 and 42 (spanning 2 versions)
Revision 40 as of 2013-11-07 19:21:58
Size: 867
Editor: mpm
Comment:
Revision 42 as of 2013-11-07 19:28:58
Size: 863
Editor: Rain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 22: Line 22:
hgshelve= shelve=
Line 53: Line 53:
CategoryExtensionsByOthers CategoryBundledExtension

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

ShelveExtension (last edited 2020-07-05 06:29:48 by DanKurtz)