a6f3ad9308b5

Add dlog to get a nice short log with actual dates.
[view raw] [browse files]
author Steve Losh <steve@dwaiter.com>
date Mon, 08 Mar 2010 10:12:43 -0500
parents 37585ce7a3df
children 62dff34b99a9
branches/tags (none)
files map-cmdline.dlog

Changes

--- /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