Avery Pennarun
c57de820fb
Move 'redo --ifchange' into 'redo-ifchange' to match djb's style.
...
It does simplify the logic of both redo.py and redo-ifchange.py, I suppose.
2010-11-13 00:47:49 -08:00
Avery Pennarun
3c16056c21
When running x/y/z/whatever.do, first cd to x/y/z.
...
That way it's exactly equivalent to
cd x/y/z; redo whatever
2010-11-12 23:14:58 -08:00
Avery Pennarun
07d3e3b13c
Extremely basic integration of wvtest for testing.
...
And move test scripts into t/ subdir to keep things clean.
As part of that, make sure redo adds itself to the PATH on startup so that
subscripts can find it.
2010-11-12 17:19:42 -08:00
Avery Pennarun
a51764c907
Extremely basic first crack at implementing djb's redo.
...
And a test program.
2010-11-12 05:25:03 -08:00