Show More
@@ -67,7 +67,6 b' import os, sys' | |||||
67 |
|
67 | |||
68 | from mercurial import commands, dispatch, extensions |
|
68 | from mercurial import commands, dispatch, extensions | |
69 | from mercurial.i18n import _ |
|
69 | from mercurial.i18n import _ | |
70 | from mercurial.ui import ui as uicls |
|
|||
71 |
|
70 | |||
72 | # start and stop parameters for effects |
|
71 | # start and stop parameters for effects | |
73 | _effects = {'none': 0, 'black': 30, 'red': 31, 'green': 32, 'yellow': 33, |
|
72 | _effects = {'none': 0, 'black': 30, 'red': 31, 'green': 32, 'yellow': 33, |
General Comments 0
You need to be logged in to leave comments.
Login now