artemis.py
changeset 50 10fa939a4a3e
parent 49 248ec36cef5f
child 53 c335d316f54d
child 54 bd974d9e58a2
equal deleted inserted replaced
49:248ec36cef5f 50:10fa939a4a3e
    17 
    17 
    18 state = {'new': 'new', 'fixed': ['fixed', 'resolved']}
    18 state = {'new': 'new', 'fixed': ['fixed', 'resolved']}
    19 state['default'] = state['new']
    19 state['default'] = state['new']
    20 default_issues_dir = ".issues"
    20 default_issues_dir = ".issues"
    21 filter_prefix = ".filter"
    21 filter_prefix = ".filter"
    22 date_format = '%a, %d %b %Y %H:%M:%S'
    22 date_format = '%a, %d %b %Y %H:%M:%S %1%2'
    23 maildir_dirs = ['new','cur','tmp']
    23 maildir_dirs = ['new','cur','tmp']
    24 
    24 
    25 
    25 
    26 def ilist(ui, repo, **opts):
    26 def ilist(ui, repo, **opts):
    27     """List issues associated with the project"""
    27     """List issues associated with the project"""