##// END OF EJS Templates
convert: more clear documentation of the 'include' default of a 'include .'...
Mads Kiilerich -
r20784:7f4cf938 stable
parent child Browse files
Show More
@@ -101,9 +101,10 b' def convert(ui, src, dest=None, revmapfi'
101 longest matching path applies, so line order does not matter.
101 longest matching path applies, so line order does not matter.
102
102
103 The ``include`` directive causes a file, or all files under a
103 The ``include`` directive causes a file, or all files under a
104 directory, to be included in the destination repository, and the
104 directory, to be included in the destination repository. The default
105 exclusion of all other files and directories not explicitly
105 if there are no ``include`` statements is to include everything.
106 included. The ``exclude`` directive causes files or directories to
106 If there are any ``include`` statements, nothing else is included.
107 The ``exclude`` directive causes files or directories to
107 be omitted. The ``rename`` directive renames a file or directory if
108 be omitted. The ``rename`` directive renames a file or directory if
108 it is converted. To rename from a subdirectory into the root of
109 it is converted. To rename from a subdirectory into the root of
109 the repository, use ``.`` as the path to rename to.
110 the repository, use ``.`` as the path to rename to.
@@ -84,11 +84,12 b''
84 so line order does not matter.
84 so line order does not matter.
85
85
86 The "include" directive causes a file, or all files under a directory, to
86 The "include" directive causes a file, or all files under a directory, to
87 be included in the destination repository, and the exclusion of all other
87 be included in the destination repository. The default if there are no
88 files and directories not explicitly included. The "exclude" directive
88 "include" statements is to include everything. If there are any "include"
89 causes files or directories to be omitted. The "rename" directive renames
89 statements, nothing else is included. The "exclude" directive causes files
90 a file or directory if it is converted. To rename from a subdirectory into
90 or directories to be omitted. The "rename" directive renames a file or
91 the root of the repository, use "." as the path to rename to.
91 directory if it is converted. To rename from a subdirectory into the root
92 of the repository, use "." as the path to rename to.
92
93
93 The splicemap is a file that allows insertion of synthetic history,
94 The splicemap is a file that allows insertion of synthetic history,
94 letting you specify the parents of a revision. This is useful if you want
95 letting you specify the parents of a revision. This is useful if you want
General Comments 0
You need to be logged in to leave comments. Login now