#!/bin/sh

./mtn log --diffs --no-merges $@    \
  | ./contrib/colorize -c contrib/color-logs.conf  \
  | less -r -p -----------------------------------------------------------------


syntax highlighted by Code2HTML, v. 0.9.1