imported patch slog-hg-1.8.patch
author |
Dilip from VM <dilipm79@gmail.com> |
date |
Fri, 04 Mar 2011 09:21:11 -0800 |
parents |
244d5c595bf4
|
children |
f75006ae2524
|
branches/tags |
(none) |
files |
map-cmdline.slog |
Changes
--- a/map-cmdline.slog Fri Mar 04 09:21:11 2011 -0800
+++ b/map-cmdline.slog Fri Mar 04 09:21:11 2011 -0800
@@ -2,11 +2,14 @@
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({date|age} by {author|person})\033[0m{tags}\n'
+changeset_verbose = '\033[0;33m{rev}\033[0m:\033[0;33m{node|short}\033[0m{branches} {desc|firstline|strip} \033[1;30m({date|age} by {author|person}){bookmarks}\033[0m{tags}\n'
start_branches = ' '
branch = '\033[0;35m{branch}\033[0m'
+start_bookmarks = ' '
+bookmark = '\033[0;32m{bookmark}\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
+last_tag = '\033[0;33m{tag}\033[0m'