# HG changeset patch # User Steve Kemp # Date 1210956037 -3600 # Node ID af29da68fa823e8a19f8de5ac4b63dabd88c9bdd # Parent a534e06653dd57dd2f100f50312b736da00a8c03 Alert about future posts. diff -r a534e06653dd -r af29da68fa82 bin/chronicle --- a/bin/chronicle Fri May 16 17:39:25 2008 +0100 +++ b/bin/chronicle Fri May 16 17:40:37 2008 +0100 @@ -1544,6 +1544,7 @@ # if (($publish ne "") && (str2time($publish) > time())) { + $CONFIG{'verbose'} && print "Skipping future entry $filename - due to be published on $publish\n"; return 0; }