[PATCH] grep: introduce a manifest search method

Steve Borho steve at borho.org
Mon May 17 21:49:27 CDT 2010


On Mon, May 17, 2010 at 9:36 PM, Steve Borho <steve at borho.org> wrote:
> On Mon, May 17, 2010 at 9:21 PM, Steve Borho <steve at borho.org> wrote:
>> # HG changeset patch # User Steve Borho <steve at borho.org> # Date 1273812860 18000 # Node ID 7abcaef62d30d58f9247c42d5ae8269c55f65717 # Parent  c45a47bc41148b6037cd7337c4529a5e67b92222 grep: introduce a manifest search method
>
> Let me just quickly add that if we could decide on a sane way to
> report 'working copy revision', I could easily add back a revision
> number to the default output.  Perhaps repo['.'].rev() + '+' ?

Argh, this needs more work.  Dates are being mangled and the order of
the annotation fields differ between the old and new code paths.
Taking a quick look at fctx.annotate(), I should go directly there.

--
Steve Borho


More information about the Mercurial-devel mailing list