check-code: fix check for trailing whitespace on sh command lines stable
authorMads Kiilerich <mads@kiilerich.com>
Wed, 08 Aug 2012 18:10:16 +0200
branchstable
changeset 1119 5f7f30917a18
parent 1117 8d5052f23e99
child 1120 d76328c84f3e
child 1121 f4dcce73f362
check-code: fix check for trailing whitespace on sh command lines The $ has been without necessary escaping since introduced in c7d23b4ca4ba. [ original upstream message ]
tests/test-keyword.t
--- a/tests/test-keyword.t	Tue Jul 03 18:02:07 2012 +0200
+++ b/tests/test-keyword.t	Wed Aug 08 18:10:16 2012 +0200
@@ -998,7 +998,7 @@
 
   $ echo '$Id$' > m
   $ hg add m
-  $ hg commit -m 4kw 
+  $ hg commit -m 4kw
   $ echo foo >> m
   $ hg commit -m 5foo