diff tests/test-parentrevspec @ 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 4fe04b183fd8
children 6c82beaaa11a
line wrap: on
line diff
--- a/tests/test-parentrevspec	Mon Mar 24 22:49:33 2008 +0100
+++ b/tests/test-parentrevspec	Mon Mar 24 15:36:56 2008 -0700
@@ -16,7 +16,7 @@
 
     echo >> foo
 
-    hg commit -d '0 0' -qAm "$msg" foo
+    hg commit -d '0 0' -qAm "$msg"
 }
 
 hg init repo