Mercurial > hg
changeset 12317:ed639917c825 stable
test-eol-update: record new results as correct
Changeset 0852da25a31b changed the result of this test. The 'hg update 0'
command, which causes a merge of modified a.txt, now leaves a.txt in the
EOLN format specified by .hgeol as it was committed in revision 0.
Previously, it used the .hgeol contents from the working directory before the
update.
author | Steve Borho <steve@borho.org> |
---|---|
date | Fri, 17 Sep 2010 12:44:35 -0500 |
parents | fe20536c09d4 |
children | d643ae555a4d 381f131220ad |
files | tests/test-eol-update.out |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-eol-update.out Thu Sep 16 16:05:00 2010 -0500 +++ b/tests/test-eol-update.out Fri Sep 17 12:44:35 2010 -0500 @@ -25,8 +25,8 @@ merging a.txt 1 files updated, 1 files merged, 0 files removed, 0 files unresolved % printrepr.py a.txt -first\r -third\r +first +third % hg diff diff --git a/a.txt b/a.txt --- a/a.txt @@ -57,8 +57,8 @@ merging a.txt 1 files updated, 1 files merged, 0 files removed, 0 files unresolved % printrepr.py a.txt -first\r -third\r +first +third % hg diff diff --git a/a.txt b/a.txt --- a/a.txt