Mercurial shelve extension - how can you view the diff of a shelf?

mercurial, shelve

Solution

`hg shelve -l -p [name of shelf]`.

To get the shelves list one could use `hg shelve -l`.

Problem

I see no documentation on how to do this in the docs.

Original source