Mercurial > public > mercurial-scm > hg
diff tests/test-merge7 @ 4365:46280c004f22
change tests to use simplemerge by default
author | Alexis S. L. Carvalho <alexis@cecm.usp.br> |
---|---|
date | Mon, 16 Apr 2007 20:17:39 -0300 |
parents | c0b449154a90 |
children | 93a4e72b4f83 |
line wrap: on
line diff
--- a/tests/test-merge7 Mon Apr 16 20:17:39 2007 -0300 +++ b/tests/test-merge7 Mon Apr 16 20:17:39 2007 -0300 @@ -35,7 +35,7 @@ # now pull and merge from test-a hg pull ../test-a -HGMERGE=merge hg merge +hg merge # resolve conflict cat >test.txt <<"EOF" one @@ -57,7 +57,7 @@ # pull and merge from test-a again cd ../test-b hg pull ../test-a -HGMERGE=merge hg merge --debug +hg merge --debug cat test.txt | sed "s% .*%%"