Submitter | Gregory Szorc |
---|---|
Date | Feb. 4, 2015, 10:17 p.m. |
Message ID | <40cc0aa28ae26a651cc3.1423088232@gps-mbp.local> |
Download | mbox | patch |
Permalink | /patch/7675/ |
State | Changes Requested |
Headers | show |
Comments
Patch
diff --git a/hgext/color.py b/hgext/color.py --- a/hgext/color.py +++ b/hgext/color.py @@ -508,9 +508,9 @@ def uisetup(ui): # insert the argument in the front, # the end of git diff arguments is used for paths commands.insert(1, '--color') return orig(gitsub, commands, env, stream, cwd) - extensions.wrapfunction(dispatch, '_runcommand', colorcmd) + extensions.wrapfunction(dispatch, '_latefixupui', colorcmd) extensions.wrapfunction(subrepo.gitsubrepo, '_gitnodir', colorgit) templater.funcs['label'] = templatelabel def extsetup(ui):