From 1691ce276407049c4671b237209c46afc5ebc979 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 3 Sep 2011 16:23:50 -0400 Subject: [PATCH] Code Cleanup - I think the 'show' command may have prematurely obsoleted something useful, so added a note to review. --- src/commands/CmdShow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/CmdShow.cpp b/src/commands/CmdShow.cpp index 41ecae0cc..1fce46f00 100644 --- a/src/commands/CmdShow.cpp +++ b/src/commands/CmdShow.cpp @@ -352,6 +352,7 @@ int CmdShow::execute (std::string& output) #endif // Check for bad values in rc.annotations. + // TODO Reconsider this. std::string annotations = context.config.get ("annotations"); if (annotations != "full" && annotations != "sparse" &&