changeset 5971:a5a16aad6b3e

docs: run-all-cleanup superseded whitespaceleanup.sh
author Konstantin Veretennicov <kveretennicov@gmail.com>
date Wed, 15 Jun 2016 21:12:39 +0200
parents 10d7b01af4f0
children 653fee8db519
files docs/contributing.rst
diffstat 1 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/docs/contributing.rst	Tue Jun 14 01:16:12 2016 +0200
+++ b/docs/contributing.rst	Wed Jun 15 21:12:39 2016 +0200
@@ -100,8 +100,8 @@
 
 We don't have a formal coding/formatting standard. We are currently using a mix
 of Mercurial (http://mercurial.selenic.com/wiki/CodingStyle), pep8, and
-consistency with existing code. Run whitespacecleanup.sh to avoid stupid
-whitespace noise in your patches.
+consistency with existing code. Run ``scripts/run-all-cleanup`` before
+committing to ensure some basic code formatting consistency.
 
 We support both Python 2.6.x and 2.7.x and nothing else. For now we don't care
 about Python 3 compatibility.
@@ -122,9 +122,6 @@
 ``{}``.
 Variables holding jQuery objects should be named with a leading ``$``.
 
-Run ``scripts/run-all-cleanup`` before committing to ensure some basic code
-formatting consistency.
-
 Commit messages should have a leading short line summarizing the changes. For
 bug fixes, put ``(Issue #123)`` at the end of this line.