tests/test-record
branchstable
changeset 11237 feb2a58fc592
parent 8811 8b35b08724eb
child 11238 a5922547b5cc
--- a/tests/test-record	Mon May 31 13:43:03 2010 +0200
+++ b/tests/test-record	Mon May 31 17:13:15 2010 +0900
@@ -297,9 +297,20 @@
 EOF
 echo; hg tip --config diff.git=True -p
 
+cd ..
+
+echo % abort early when a merge is in progress
+hg up 4
+touch iwillmergethat
+hg add iwillmergethat
+hg branch thatbranch
+hg ci -m'new head'
+hg up default
+hg merge thatbranch
+echo; hg record -m'will abort'
+hg up -C
 
 echo % with win32ext
-cd ..
 echo '[extensions]' >> .hg/hgrc
 echo 'win32text = ' >> .hg/hgrc
 echo '[decode]' >> .hg/hgrc