Mercurial > hg-stable
changeset 7440:d2a917b27152
Fix test breakage introduced in 07faba78cf5a
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Thu, 27 Nov 2008 11:14:43 -0800 |
parents | 7dd44ad43914 |
children | 4fecd17f2de9 |
files | tests/test-diff-unified tests/test-diff-unified.out |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-diff-unified Thu Nov 27 11:05:50 2008 -0800 +++ b/tests/test-diff-unified Thu Nov 27 11:14:43 2008 -0800 @@ -53,6 +53,6 @@ echo b > a echo a >> a echo c >> a -hg diff -U0 -p +hg diff -U0 -p --nodates exit 0
--- a/tests/test-diff-unified.out Thu Nov 27 11:05:50 2008 -0800 +++ b/tests/test-diff-unified.out Thu Nov 27 11:14:43 2008 -0800 @@ -50,8 +50,8 @@ % test off-by-one error with diff -p adding a diff -r cb9a9f314b8b a ---- a/a Thu Jan 01 00:00:00 1970 +0000 -+++ b/a Thu Nov 27 17:46:15 2008 +0000 +--- a/a ++++ b/a @@ -1,0 +1,1 @@ +b @@ -2,0 +3,1 @@ a