FIX color bugs.

main
Olivier Mangin 12 years ago
parent af5020c6a4
commit 281d945f08

@ -20,7 +20,7 @@ def command(config, ui, cmd):
citekey=color.dye(rp.citekeys[n], color.purple),
descr=bibdesc,
labels=color.dye(' '.join(p.metadata.get('labels', [])),
color.purple),
color.purple, bold=True),
)).encode('utf-8'))
ui.print_('\n'.join(articles))

@ -3,6 +3,7 @@ import subprocess
from .. import repo
from ..paper import NoDocumentFile
from .. import configs
from .. import color
def parser(subparsers, config):

Loading…
Cancel
Save