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

Charles Finkel picture Charles Finkel · Aug 5, 2013 · Viewed 11.7k times · Source

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

Answer

iurii picture iurii · Nov 12, 2014

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

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