equal
deleted
inserted
replaced
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""" |