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

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Sun Nov 27 23:30:53 EST 2011

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.