List the whole repository history:
				
~]$ blaze-log
Date: Sun Jul 25 16:48:22 2010
    Edited the page with ID 5.
Date: Tue Jul  6 18:54:59 2010
    Edited the page with ID 5.
etc.
					List the whole repository history in reverse order:
				
~]$ blaze-log -r
Date: Tue Feb 10 00:40:16 2009
    Created/recovered a BlazeBlogger repository.
Date: Tue Feb 10 01:06:44 2009
    Added the page with ID 1.
etc.
					Display the very first log entry on a single line:
				
~]$ blaze-log -rs -n 1
Tue Feb 10 00:40:16 2009 - Created/recovered a BlazeBlogger repository.