You can use hg grep, but it searches the contents of all files.
What if I just want to search the file names of deleted files to recover one?
I tried hg grep -I file-name-pattern pattern but this seems to return no results.
|
You can use hg grep, but it searches the contents of all files. What if I just want to search the file names of deleted files to recover one? I tried hg grep -I file-name-pattern pattern but this seems to return no results.
| ||||
|
feedback
|
|
using templates is simple:
| |||||||||||||||||||||
feedback
|
Update for Mercurial 1.6You can use revsets for this too:
Take a look at | |||||||
feedback
|