Hg shelve installed but hg: unknown command 'unshelve'

I installed the shelf extension for hg by adding 'shelve =' to [extensions]. I can verify this by running "hg help extensions", which has the following result:

enabled extensions:

 extdiff  command to allow external programs to compare revisions
 fetch    pull, update and merge in one command
 shelve   Manage shelves of pickled objects.

Then I type "hg shelve" in my repo and I get:

hg: unknown command 'shelve'
Mercurial Distributed SCM
...

I expect the shelf extension to be launched ...

Mercurial verison - 2.0.2

+3
source share
1 answer

The Shelve extension is distributed with Mercurial 2.8 and later, as mentioned here .

, Mercurial 2.0.2, Mercurial .

0

All Articles