[PATCH 0 of 4] Add locate command
Bryan O'Sullivan
bos at serpentine.com
Tue Jul 5 15:55:41 CDT 2005
On Tue, 2005-07-05 at 13:42 -0700, Matt Mackall wrote:
> Is it going to grep inside old revisions? That could be very handy.
Yep, that's the obvious thing to do, though not as its default mode of
operation.
I don't know yet whether it will be better (on some fuzzy scale
involving performance, features, robustness, and maintainability) to
feed real files to grep via xargs, or just implement a grep engine
myself, but the exercise shouldn't take more than a few hours.
<b
More information about the Mercurial
mailing list