Below is the file 'README' from this revision. You can also download the file.

Example usage (run from its own dir, creates lots of mess):

./dostuff.sh ~/src/mto-head commands.cc 30


You'll need to set MONOTONE in dostuff.sh
Note that dostuff.sh overwrites stuff from previous runs.


It'll find the linear path from "log" in a given directory of a certain file
- hack the source if you want something different.

Basic approach:
1) get the log, reverse it with some python.
2) put each full file in a local db.
3) get all the deltas against the base file, or the linear path
4) print results.

Requirements:
python
zsh
monotone