The unified diff between revisions [207d9f9c..] and [418b3d44..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'README'

#
#
# patch "README"
#  from [eeb66f8af92a50e96191697652f60c1c61a3bb3e]
#    to [685cbbbb6971899333a80d0e8c8658e2a71df42c]
#
============================================================
--- README	eeb66f8af92a50e96191697652f60c1c61a3bb3e
+++ README	685cbbbb6971899333a80d0e8c8658e2a71df42c
@@ -1,8 +1,22 @@
-To run this, use the dostuff.sh script.
+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.

-Example usage (run from its own dir, creates lots of mess):
+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
-./dostuff.sh ~/src/mto-head commands.cc 30