Show More
@@ -52,12 +52,6 b" testedwith = 'ships-with-hg-core'" | |||||
52 | cmdtable = {} |
|
52 | cmdtable = {} | |
53 | command = registrar.command(cmdtable) |
|
53 | command = registrar.command(cmdtable) | |
54 |
|
54 | |||
55 | configtable = {} |
|
|||
56 | configitem = registrar.configitem(configtable) |
|
|||
57 | configitem('commands', 'show.aliasprefix', |
|
|||
58 | default=list, |
|
|||
59 | ) |
|
|||
60 |
|
||||
61 | revsetpredicate = registrar.revsetpredicate() |
|
55 | revsetpredicate = registrar.revsetpredicate() | |
62 |
|
56 | |||
63 | class showcmdfunc(registrar._funcregistrarbase): |
|
57 | class showcmdfunc(registrar._funcregistrarbase): |
@@ -181,6 +181,9 b" coreconfigitem('color', 'mode'," | |||||
181 | coreconfigitem('color', 'pagermode', |
|
181 | coreconfigitem('color', 'pagermode', | |
182 | default=dynamicdefault, |
|
182 | default=dynamicdefault, | |
183 | ) |
|
183 | ) | |
|
184 | coreconfigitem('commands', 'show.aliasprefix', | |||
|
185 | default=list, | |||
|
186 | ) | |||
184 | coreconfigitem('commands', 'status.relative', |
|
187 | coreconfigitem('commands', 'status.relative', | |
185 | default=False, |
|
188 | default=False, | |
186 | ) |
|
189 | ) |
General Comments 0
You need to be logged in to leave comments.
Login now