#!/usr/bin/perl -w use strict; # ==================================================================== # Show the log message and diff for a revision. # # $ showchange.pl REVISION [PATH|URL] if ((scalar(@ARGV) == 0) or ($ARGV[0] eq '-?') or ($ARGV[0] eq '-h') or ($ARGV[0] eq '--help')) { print <