tests/test-fetch
changeset 6207 03b13d853dc6
parent 6206 0b6f12495276
child 6226 bd61e44eb2cc
--- a/tests/test-fetch	Wed Mar 05 09:10:45 2008 -0800
+++ b/tests/test-fetch	Wed Mar 05 09:20:57 2008 -0800
@@ -24,6 +24,10 @@
 hg clone c d
 hg clone c e
 
+# We cannot use the default commit message if fetching from a local
+# repo, because the path of the repo will be included in the commit
+# message, making every commit appear different.
+
 echo % should merge c into a
 hg --cwd c fetch -d '4 0' -m 'automated merge' ../a
 ls c
@@ -49,4 +53,4 @@
 hg --cwd g ci -d '6 0' -Amg
 
 echo % should merge f into g
-hg --cwd g fetch --switch ../f
+hg --cwd g fetch -d '7 0' --switch -m 'automated merge' ../f