You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.0 KiB
27 lines
1.0 KiB
changeset = 'changeset: \033[0;31m[{phase}]\033[0m \033[0;33m{rev}\033[0m:\033[0;33m{node|short}\033[0m{branches}{bookmarks}{tags}\nauthor: {author}\ndate: {date|rfc822date} ({date|age})\nfirstline: {desc|firstline|strip}\n\n' |
|
|
|
changeset_verbose = 'changeset: \033[0;31m[{phase}]\033[0m \033[0;33m{rev}\033[0m:\033[0;33m{node|short}\033[0m{branches}{bookmarks}{tags}\nparents: {parents}\nauthor: {author}\ndate: {date|rfc822date} ({date|age})\n\n{desc}\n\n{file_mods}{file_adds}{file_dels}\n\n' |
|
|
|
start_file_adds = '' |
|
file_add = '\033[0;32mA {file_add}\033[0m\n' |
|
end_file_adds = '' |
|
|
|
start_file_dels = '' |
|
file_del = '\033[0;31mR {file_del}\033[0m\n' |
|
end_file_dels = '' |
|
|
|
start_file_mods = '' |
|
file_mod = '\033[0;36mM {file_mod}\033[0m\n' |
|
end_file_mods = '' |
|
|
|
start_branches = ' ' |
|
branch = '\033[0;35m{branch}\033[0m' |
|
|
|
start_bookmarks = ' ' |
|
bookmark = '\033[0;32m[{bookmark}]\033[0m ' |
|
last_bookmark = '\033[0;32m[{bookmark}]\033[0m' |
|
|
|
start_tags = ' ' |
|
tag = '\033[0;33m{tag}\033[0m, ' |
|
last_tag = '\033[0;33m{tag}\033[0m' |
|
|
|
|