Show More
@@ -228,9 +228,7 b' def reposetup(ui, repo):' | |||||
228 |
|
228 | |||
229 | @templatekeyword('remotenames') |
|
229 | @templatekeyword('remotenames') | |
230 | def remotenameskw(**args): |
|
230 | def remotenameskw(**args): | |
231 |
""" |
|
231 | """List of strings. Remote names associated with the changeset.""" | |
232 | changeset. |
|
|||
233 | """ |
|
|||
234 | args = pycompat.byteskwargs(args) |
|
232 | args = pycompat.byteskwargs(args) | |
235 | repo, ctx = args['repo'], args['ctx'] |
|
233 | repo, ctx = args['repo'], args['ctx'] | |
236 |
|
234 | |||
@@ -246,9 +244,7 b' def remotenameskw(**args):' | |||||
246 |
|
244 | |||
247 | @templatekeyword('remotebookmarks') |
|
245 | @templatekeyword('remotebookmarks') | |
248 | def remotebookmarkskw(**args): |
|
246 | def remotebookmarkskw(**args): | |
249 |
""" |
|
247 | """List of strings. Remote bookmarks associated with the changeset.""" | |
250 | with the changeset. |
|
|||
251 | """ |
|
|||
252 | args = pycompat.byteskwargs(args) |
|
248 | args = pycompat.byteskwargs(args) | |
253 | repo, ctx = args['repo'], args['ctx'] |
|
249 | repo, ctx = args['repo'], args['ctx'] | |
254 |
|
250 | |||
@@ -261,9 +257,7 b' def remotebookmarkskw(**args):' | |||||
261 |
|
257 | |||
262 | @templatekeyword('remotebranches') |
|
258 | @templatekeyword('remotebranches') | |
263 | def remotebrancheskw(**args): |
|
259 | def remotebrancheskw(**args): | |
264 |
""" |
|
260 | """List of strings. Remote branches associated with the changeset.""" | |
265 | with the changeset. |
|
|||
266 | """ |
|
|||
267 | args = pycompat.byteskwargs(args) |
|
261 | args = pycompat.byteskwargs(args) | |
268 | repo, ctx = args['repo'], args['ctx'] |
|
262 | repo, ctx = args['repo'], args['ctx'] | |
269 |
|
263 |
General Comments 0
You need to be logged in to leave comments.
Login now