comparison tests/test-histedit-commute.t @ 45858:62983988bbf5

histedit: disable color while rendering template for use in plan Differential Revision: https://phab.mercurial-scm.org/D9324
author Martin von Zweigbergk <martinvonz@google.com>
date Mon, 16 Nov 2020 10:30:53 -0800
parents ec6ba70be853
children 3f82a915ab2a
comparison
equal deleted inserted replaced
45857:ec6ba70be853 45858:62983988bbf5
105 105
106 106
107 colors in the custom template don't show up in the editor 107 colors in the custom template don't show up in the editor
108 $ HGEDITOR=cat hg histedit 177f92b77385 --color=debug \ 108 $ HGEDITOR=cat hg histedit 177f92b77385 --color=debug \
109 > --config histedit.summary-template='I am rev {label("rev", rev)}' 109 > --config histedit.summary-template='I am rev {label("rev", rev)}'
110 pick 177f92b77385 I am rev [rev|2] 110 pick 177f92b77385 I am rev 2
111 pick 055a42cdd887 I am rev [rev|3] 111 pick 055a42cdd887 I am rev 3
112 pick e860deea161a I am rev [rev|4] 112 pick e860deea161a I am rev 4
113 pick 652413bf663e I am rev [rev|5] 113 pick 652413bf663e I am rev 5
114 114
115 # Edit history between 177f92b77385 and 652413bf663e 115 # Edit history between 177f92b77385 and 652413bf663e
116 # 116 #
117 # Commits are listed from least to most recent 117 # Commits are listed from least to most recent
118 # 118 #