Show More
@@ -531,6 +531,7 b' def uisetup(ui):' | |||||
531 | return orig(gitsub, commands, env, stream, cwd) |
|
531 | return orig(gitsub, commands, env, stream, cwd) | |
532 | extensions.wrapfunction(dispatch, '_runcommand', colorcmd) |
|
532 | extensions.wrapfunction(dispatch, '_runcommand', colorcmd) | |
533 | extensions.wrapfunction(subrepo.gitsubrepo, '_gitnodir', colorgit) |
|
533 | extensions.wrapfunction(subrepo.gitsubrepo, '_gitnodir', colorgit) | |
|
534 | templatelabel.__doc__ = templater.funcs['label'].__doc__ | |||
534 | templater.funcs['label'] = templatelabel |
|
535 | templater.funcs['label'] = templatelabel | |
535 |
|
536 | |||
536 | def extsetup(ui): |
|
537 | def extsetup(ui): |
General Comments 0
You need to be logged in to leave comments.
Login now