Mercurial > dotfiles
comparison dot_hgrc @ 1066:9e85515dbe4f
feat: indicate orphaned and hidden nodes in oneline log
author | Zeger Van de Vannet <zeger@vandevan.net> |
---|---|
date | Fri, 27 Sep 2024 09:57:02 +0200 |
parents | 53dd3a0d6914 |
children | ec627cd0e5be |
comparison
equal
deleted
inserted
replaced
1065:53dd3a0d6914 | 1066:9e85515dbe4f |
---|---|
66 | 66 |
67 [alias] | 67 [alias] |
68 st = status -mard | 68 st = status -mard |
69 stat = status -mard | 69 stat = status -mard |
70 blame = annotate -cufld | 70 blame = annotate -cufld |
71 fs = diff -c . --stat | |
71 | 72 |
72 | 73 |
73 [diff] | 74 [diff] |
74 git = yes | 75 git = yes |
75 nodates = no | 76 nodates = no |
112 HG: Do not touch the line above. | 113 HG: Do not touch the line above. |
113 HG: Everything below will be removed. | 114 HG: Everything below will be removed. |
114 {diff()} | 115 {diff()} |
115 | 116 |
116 [templatealias] | 117 [templatealias] |
117 commitinfo = '{date|shortdate} {pad(label("grep.user", author|person), 20, left=True, truncate=True)} {desc|strip|firstline}' | 118 commitinfo = '{date|shortdate} {pad(label("grep.user", author|person), 25, left=True, truncate=True)} {desc|strip|firstline}' |
118 | 119 |
119 [templates] | 120 [templates] |
120 oneline_stack = '{pad("{label("stack.index", "s{stack_index}")}{label("stack.state.{state}", symbol)}", 5, left=True)} {label("stack.state.{state}", pad(state, 8))} {commitinfo}\n' | 121 oneline_stack = '{pad("{label("stack.index", "s{stack_index}")}{label("stack.state.{state}", symbol)}", 5, left=True)} {label("stack.state.{state}", pad(state, 8))} {commitinfo}\n' |
121 oneline = '{label("changeset.{phase}", node|short)} {pad(label("log.branch", fqbn), 25, truncate=True)} {commitinfo}\n' | 122 oneline = '{ifcontains(graphnode, "x*", graphnode, ' ')} {label("changeset.{phase}", node|short)} {pad(label("log.branch", fqbn), 30, truncate=True)} {pad(commitinfo, termwidth - 50, truncate=True)}\n' |
122 | 123 |
123 [color] | 124 [color] |
124 mode=auto | 125 mode=auto |
125 | 126 |
126 log.branch=cyan | 127 log.branch=cyan |