Index: PRESUBMIT.py |
diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
index 8bfd5cfc4736776087b0f75677873bd1315dcd6d..d631d4ffedf08a3fbbfd7aa46c02a1b3a9e00721 100644 |
--- a/PRESUBMIT.py |
+++ b/PRESUBMIT.py |
@@ -62,9 +62,9 @@ _TEST_ONLY_WARNING = ( |
_INCLUDE_ORDER_WARNING = ( |
- 'Your #include order seems to be broken. Send mail to\n' |
- 'marja@chromium.org if this is not the case.') |
- |
+ 'Your #include order seems to be broken. Remember to use the right ' |
+ 'collation (LC_COLLATE=C) and check https://google-styleguide.googlecode' |
+ '.com/svn/trunk/cppguide.html#Names_and_Order_of_Includes') |
_BANNED_OBJC_FUNCTIONS = ( |
( |