Subscribe to
Posts
Comments

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 

Leave a Reply