# HG changeset patch # User Steve Losh # Date 1268061163 18000 # Node ID a6f3ad9308b55e737256cbd5e4b5dc46fc725e68 # Parent 37585ce7a3df81ff87e067ae1c7c72073853299c Add dlog to get a nice short log with actual dates. diff -r 37585ce7a3df -r a6f3ad9308b5 map-cmdline.dlog --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/map-cmdline.dlog Mon Mar 08 10:12:43 2010 -0500 @@ -0,0 +1,12 @@ +changeset = '\033[0;33m{rev}\033[0m{branches} {desc|firstline|strip} \033[1;30m(on {date|shortdate} by {author|person})\033[0m\n' + +changeset_quiet = '\033[0;33m{rev}\033[0m\n' + +changeset_verbose = '\033[0;33m{rev}\033[0m:\033[0;33m{node|short}\033[0m{branches} {desc|firstline|strip} \033[1;30m(on {date|shortdate} by {author|person})\033[0m{tags}\n' + +start_branches = ' ' +branch = '\033[0;35m{branch}\033[0m' + +start_tags = ' ' +tag = '\033[0;33m{tag}\033[0m, ' +last_tag = '\033[0;33m{tag}\033[0m' \ No newline at end of file