Differences between revisions 40 and 41
Revision 40 as of 2013-11-07 19:21:58
Size: 867
Editor: mpm
Comment:
Revision 41 as of 2013-11-07 19:23:32
Size: 865
Editor: Rain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 22: Line 22:
hgshelve= shelve=

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


CategoryExtensionsByOthers

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