changeset 12103:437579a0068a

test-revset: remove trailing whitespaces
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Mon, 30 Aug 2010 13:18:19 +0900
parents 9aba4ceb654d
children 256d447a0fe3
files tests/test-bisect.t tests/test-churn.t tests/test-inherit-mode.t tests/test-remove-new.t tests/test-remove.t tests/test-rename.t tests/test-revset tests/test-strict.t
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-revset	Mon Aug 30 13:15:30 2010 +0900
+++ b/tests/test-revset	Mon Aug 30 13:18:19 2010 +0900
@@ -82,17 +82,17 @@
 log '1 and 2'
 log '1&2'
 try '1&2|3' # precedence - and is higher
-try '1|2&3' 
+try '1|2&3'
 try '1&2&3' # associativity
 try '1|(2|3)'
 log '1.0' # tag
 log 'a' # branch
-log '2785f51ee' 
+log '2785f51ee'
 log 'date(2005)'
 log 'date(this is a test)'
 log 'date()'
 log 'date'
-log 'date(' 
+log 'date('
 log 'date(tip)'
 log '"date"'
 log 'date(2005) and 1::'