# HG changeset patch # User Adrian Buehlmann # Date 1283242884 -7200 # Node ID 5a69ea8d65b33a91f71b0276a5b7b7e8f9b8b1e0 # Parent aff0b394702032e785d974397e15531ca27d27ba tests: unify test-diff-reverse diff -r aff0b3947020 -r 5a69ea8d65b3 tests/test-diff-reverse --- a/tests/test-diff-reverse Mon Aug 30 23:13:52 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ -#!/bin/sh - -hg init -cat > a < a <> a < a < a + > b + > c + > EOF + $ hg ci -Am adda + adding a + + $ cat > a < d + > e + > f + > EOF + $ hg ci -m moda + + $ hg diff --reverse -r0 -r1 + diff -r 2855cdcfcbb7 -r 8e1805a3cf6e a + --- a/a Thu Jan 01 00:00:00 1970 +0000 + +++ b/a Thu Jan 01 00:00:00 1970 +0000 + @@ -1,3 +1,3 @@ + -d + -e + -f + +a + +b + +c + + $ cat >> a < g + > h + > EOF + $ hg diff --reverse --nodates + diff -r 2855cdcfcbb7 a + --- a/a + +++ b/a + @@ -1,5 +1,3 @@ + d + e + f + -g + -h +