diff tests/test-glog @ 6385:0d4e068e9e52

commit: when committing the results of a merge, it's all or nothing Previously, it was possible to commit just one file from a merge, which is essentially always the wrong thing to do. This fixes issue 1049.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 24 Mar 2008 15:36:56 -0700
parents ba0790061ba7
children d76f64cd4cb2
line wrap: on
line diff
--- a/tests/test-glog	Mon Mar 24 22:49:33 2008 +0100
+++ b/tests/test-glog	Mon Mar 24 15:36:56 2008 -0700
@@ -82,7 +82,7 @@
     fi
     echo $rev > $rev
     hg add $rev
-    hg ci -d "$rev 0" -m "($rev) $msg" $rev
+    hg rawcommit -q -d "$rev 0" -m "($rev) $msg" $rev
 }
 
 echo "[extensions]" >> $HGRCPATH