Code Cleanup

- I think the 'show' command may have prematurely obsoleted something useful,
  so added a note to review.
This commit is contained in:
Paul Beckingham 2011-09-03 16:23:50 -04:00
parent b84f212112
commit 1691ce2764

View file

@ -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" &&