Feature #1033
- Feature #1033 allows UDAs to contribute to urgency (thanks to Max Muller).
This commit is contained in:
@@ -238,7 +238,8 @@ int CmdShow::execute (std::string& output)
|
||||
i->substr (0, 6) != "merge." &&
|
||||
i->substr (0, 4) != "uda." &&
|
||||
i->substr (0, 21) != "urgency.user.project." &&
|
||||
i->substr (0, 17) != "urgency.user.tag.")
|
||||
i->substr (0, 17) != "urgency.user.tag." &&
|
||||
i->substr (0, 12) != "urgency.uda.")
|
||||
{
|
||||
unrecognized.push_back (*i);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user