[racket-dev] [racket] Disable/Enable Tests

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Mon Nov 28 01:16:03 EST 2011

Turns out that this commit was part of the problem. I didn't udpate
all of the uses of those preferences properly.

Robby

On Sun, Nov 27, 2011 at 10:30 PM, Sam Tobin-Hochstadt <samth at ccs.neu.edu> wrote:
> On Sun, Nov 27, 2011 at 11:22 PM, Robby Findler
> <robby at eecs.northwestern.edu> wrote:
>> Does anyone know how to grep backwards through the history of a file, using git?
>
> I'd do this:
>
> % cd collects/test-engine
> % git log -p -Senable .
>
> where 'enable' might be something else.
>
> However, that exact query shows that either you broke the code in
> commit 1b29fd590b which I find unlikely from the text of the commit,
> or it was something not found by that query. :(
>
> --
> sam th
> samth at ccs.neu.edu
>


Posted on the dev mailing list.