Size: 867
Comment:
|
Size: 863
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
Contents
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.