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.
mercurial, shelve
`hg shelve -l -p [name of shelf]`.
To get the shelves list one could use `hg shelve -l`.
I see no documentation on how to do this in the docs.