Mercurial: “locate” command added
July 6th, 2005 by Bryan O'Sullivan
I implemented a locate command that finds files in a repository by pattern. Here’s a simple example:
$ hg locate '*.c' mercurial/bdiff.c mercurial/mpatch.c
July 6th, 2005 by Bryan O'Sullivan
I implemented a locate command that finds files in a repository by pattern. Here’s a simple example:
$ hg locate '*.c' mercurial/bdiff.c mercurial/mpatch.c