GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Fork of jwiegley/git-issues
Description: A distributed issue tracking system based on Git repositories, written in Python
Homepage: http://www.newartisans.com/software.html
Clone URL: git://github.com/ktf/git-issues.git
Better help message for --filter-status.
ktf (author)
Fri Sep 12 14:56:12 -0700 2008
commit  57281f8b346cffd8f2574fe1f5c17fe1916afb80
tree    a35dd1b157051064fe82d6cf4927788ca0766ea6
parent  d352c9e842ce32ffab6621c290a367c35a4ec0e3
...
945
946
947
948
 
949
950
951
...
945
946
947
 
948
949
950
951
0
@@ -945,7 +945,7 @@ parser.add_option("--print-new-bugs",
0
 parser.add_option("--filter-status",
0
                   dest="filterStatus",
0
                   default="closed",
0
- help = """does not print a bug if it is in one of
0
+ help = """do not print a issue if it is in one of
0
 the stati specified (column separated) by this option.""".replace("\n",""))
0
 
0
 parser.add_option("--filter-tags",

Comments

    No one has commented yet.