Commit 7bd53bf38548ee039ae40bb669469625ce97a54e

Russell Belfer 2013-03-02T13:52:38

Simplify diff example using revparse When the examples/diff.c was written, there was not yet a revparse API. Now we can use it to make command line parsing way better with less code. Yay!