hgext/color.py
branchstable
changeset 10463 5ddde896a19d
parent 10282 08a0f04b56bd
child 10477 44b4a2a31623
equal deleted inserted replaced
10462:a94804a8087d 10463:5ddde896a19d
    63   bookmarks.current = green
    63   bookmarks.current = green
    64 '''
    64 '''
    65 
    65 
    66 import os, sys
    66 import os, sys
    67 
    67 
    68 from mercurial import cmdutil, commands, extensions, error
    68 from mercurial import cmdutil, commands, extensions
    69 from mercurial.i18n import _
    69 from mercurial.i18n import _
    70 
    70 
    71 # start and stop parameters for effects
    71 # start and stop parameters for effects
    72 _effect_params = {'none': 0,
    72 _effect_params = {'none': 0,
    73                   'black': 30,
    73                   'black': 30,