tests/test-help.t
changeset 32295 7e35d31b41fd
parent 32116 247bb7a2c492
child 32296 9bc36198338e
--- a/tests/test-help.t	Sat May 13 03:28:36 2017 +0900
+++ b/tests/test-help.t	Sat May 13 03:31:42 2017 +0900
@@ -1760,11 +1760,18 @@
         accordingly be named "a.txt.local", "a.txt.other" and "a.txt.base" and
         they will be placed in the same directory as "a.txt".
   
+        This implies permerge. Therefore, files aren't dumped, if premerge runs
+        successfully. Use :forcedump to forcibly write files out.
+  
       ":fail"
         Rather than attempting to merge files that were modified on both
         branches, it marks them as unresolved. The resolve command must be used
         to resolve these conflicts.
   
+      ":forcedump"
+        Creates three versions of the files as same as :dump, but omits
+        premerge.
+  
       ":local"
         Uses the local 'p1()' version of files as the merged version.