mercurial conf

This commit is contained in:
Petr Nyc
2023-02-10 09:28:54 +01:00
parent 4313b921b5
commit b20c085a97
7 changed files with 209 additions and 0 deletions

16
.hgstyle/sglog Normal file
View File

@@ -0,0 +1,16 @@
changeset = '\033[0;33m{rev}\033[0m {desc|firstline|strip}{branches}{bookmarks}{tags}\n\n'
changeset_verbose = '\033[0;31m[{phase}]\033[0m \033[0;33m{rev}\033[0m:\033[0;33m{node|short}\033[0m {desc|firstline|strip}{branches}{bookmarks}{tags}\n\033[1;30m({date|age} by {author|person})\033[0m\n\n'
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'