diff tests/test-backout @ 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 8ba1c31f6864
children
line wrap: on
line diff
--- a/tests/test-backout	Mon Apr 16 20:17:39 2007 -0300
+++ b/tests/test-backout	Mon Apr 16 20:17:39 2007 -0300
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+HGMERGE=true; export HGMERGE
+
 echo '# basic operation'
 hg init basic
 cd basic