- Fixed bug that marked config variables
   {push,pull,merge}.*.uri as "unrecognized".
This commit is contained in:
Johannes Schlatow 2011-11-29 22:35:03 +01:00
parent ab575372d7
commit f20163ef7d

View file

@ -226,6 +226,9 @@ int CmdShow::execute (std::string& output)
i->substr (0, 7) != "report." && i->substr (0, 7) != "report." &&
i->substr (0, 6) != "alias." && i->substr (0, 6) != "alias." &&
i->substr (0, 5) != "hook." && i->substr (0, 5) != "hook." &&
i->substr (0, 5) != "push." &&
i->substr (0, 5) != "pull." &&
i->substr (0, 6) != "merge." &&
i->substr (0, 21) != "urgency.user.project." && i->substr (0, 21) != "urgency.user.project." &&
i->substr (0, 17) != "urgency.user.tag.") i->substr (0, 17) != "urgency.user.tag.")
{ {