tests/test-convert.t
branchstable
changeset 20784 7f4cf938643d
parent 20008 e54a078153f7
child 20795 29b159bd71bc
--- a/tests/test-convert.t	Mon Mar 17 14:57:13 2014 -0400
+++ b/tests/test-convert.t	Wed Mar 19 00:19:54 2014 +0100
@@ -84,11 +84,12 @@
       so line order does not matter.
   
       The "include" directive causes a file, or all files under a directory, to
-      be included in the destination repository, and the exclusion of all other
-      files and directories not explicitly included. The "exclude" directive
-      causes files or directories to be omitted. The "rename" directive renames
-      a file or directory if it is converted. To rename from a subdirectory into
-      the root of the repository, use "." as the path to rename to.
+      be included in the destination repository. The default if there are no
+      "include" statements is to include everything. If there are any "include"
+      statements, nothing else is included. The "exclude" directive causes files
+      or directories to be omitted. The "rename" directive renames a file or
+      directory if it is converted. To rename from a subdirectory into the root
+      of the repository, use "." as the path to rename to.
   
       The splicemap is a file that allows insertion of synthetic history,
       letting you specify the parents of a revision. This is useful if you want