author | Nicolas Dumazet <nicdumz.commits@gmail.com> |
Mon, 30 Aug 2010 13:18:19 +0900 | |
changeset 12103 | 437579a0068a |
parent 12102 | 9aba4ceb654d |
child 12104 | 256d447a0fe3 |
tests/test-bisect.t | file | annotate | diff | comparison | revisions | |
tests/test-churn.t | file | annotate | diff | comparison | revisions | |
tests/test-inherit-mode.t | file | annotate | diff | comparison | revisions | |
tests/test-remove-new.t | file | annotate | diff | comparison | revisions | |
tests/test-remove.t | file | annotate | diff | comparison | revisions | |
tests/test-rename.t | file | annotate | diff | comparison | revisions | |
tests/test-revset | file | annotate | diff | comparison | revisions | |
tests/test-strict.t | file | annotate | diff | comparison | revisions |
--- 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::'