From f20163ef7d050adf416f5951c102d8835e1b0dd5 Mon Sep 17 00:00:00 2001 From: Johannes Schlatow Date: Tue, 29 Nov 2011 22:35:03 +0100 Subject: [PATCH] Bug - Fixed bug that marked config variables {push,pull,merge}.*.uri as "unrecognized". --- src/commands/CmdShow.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/commands/CmdShow.cpp b/src/commands/CmdShow.cpp index ee66461e3..c783ae9b1 100644 --- a/src/commands/CmdShow.cpp +++ b/src/commands/CmdShow.cpp @@ -226,6 +226,9 @@ int CmdShow::execute (std::string& output) i->substr (0, 7) != "report." && i->substr (0, 6) != "alias." && 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, 17) != "urgency.user.tag.") {