[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4127-g027254f

Stephen Kelly steveire at gmail.com
Wed Sep 11 09:06:29 EDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  027254f8d6c4aa5cb63d044f4ce942dde386e423 (commit)
       via  961c0bae8944f8127511bf4a00456c35510aae6f (commit)
      from  95d34ab16c72a33afcbf061ded099e025eb7484b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=027254f8d6c4aa5cb63d044f4ce942dde386e423
commit 027254f8d6c4aa5cb63d044f4ce942dde386e423
Merge: 95d34ab 961c0ba
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Sep 11 09:06:23 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Sep 11 09:06:23 2013 -0400

    Merge topic 'minor_cleanup' into next
    
    961c0ba Fix comments to match the code.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=961c0bae8944f8127511bf4a00456c35510aae6f
commit 961c0bae8944f8127511bf4a00456c35510aae6f
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Sep 11 15:04:40 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Wed Sep 11 15:05:05 2013 +0200

    Fix comments to match the code.

diff --git a/Source/cmDocumentation.cxx b/Source/cmDocumentation.cxx
index 4edacbb..8cfb656 100644
--- a/Source/cmDocumentation.cxx
+++ b/Source/cmDocumentation.cxx
@@ -1617,7 +1617,7 @@ bool cmDocumentation::PrintDocumentationSinglePolicy(std::ostream& os)
     return true;
     }
 
-  // Argument was not a command.  Complain.
+  // Argument was not a policy.  Complain.
   os << "Argument \"" << this->CurrentArgument.c_str()
      << "\" to --help-policy is not a CMake policy.\n";
   return false;
@@ -1639,7 +1639,7 @@ bool cmDocumentation::PrintDocumentationSingleVariable(std::ostream& os)
     return true;
     }
 
-  // Argument was not a command.  Complain.
+  // Argument was not a variable.  Complain.
   os << "Argument \"" << this->CurrentArgument.c_str()
      << "\" to --help-variable is not a defined variable.  "
      << "Use --help-variable-list to see all defined variables.\n";

-----------------------------------------------------------------------

Summary of changes:
 Source/cmDocumentation.cxx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list