Submitter | phabricator |
---|---|
Date | April 13, 2018, 10:22 p.m. |
Message ID | <f4efcaafccb60970e37e94ca3d2320fa@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/30943/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/color.py b/mercurial/color.py --- a/mercurial/color.py +++ b/mercurial/color.py @@ -168,7 +168,7 @@ ui._terminfoparams.clear() return - for key, (b, e, c) in ui._terminfoparams.items(): + for key, (b, e, c) in ui._terminfoparams.copy().items(): if not b: continue if not c and not curses.tigetstr(e):