--- monotone-notify-hookversion.lua 2007-02-11 16:00:20.000000000 -0800 +++ hook-new 2007-02-11 16:00:29.000000000 -0800 @@ -104,7 +104,7 @@ }, do_revision = { - "mtn address@hidden@ log --last 1 --diffs --revision @revision@ > @workdir@/@address@hidden", + "mtn address@hidden@ log --last 1 --diffs --from @revision@ > @workdir@/@address@hidden", "cat @workdir@/@address@hidden | sed -e '/^============================================================$/,$d' > @workdir@/@address@hidden", "cat @workdir@/@address@hidden | sed -e '/^============================================================$/,$p;d' > @workdir@/@address@hidden", "rm -f @workdir@/@address@hidden", @@ -112,7 +112,7 @@ " cat @workdir@/@address@hidden", " echo", " echo 'To get the patch for this revision, please do this:'", - " echo 'mtn log --last 1 --diffs --revision @revision@'", + " echo 'mtn log --last 1 --diffs --from @revision@'", ") > @workdir@/@address@hidden", "if [ `grep '^Ancestor: ' @workdir@/@address@hidden | wc -l` = '1' ]; then show_diffs=true; fi", },