diff options
-rw-r--r-- | docs/manifest-format.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/manifest-format.md b/docs/manifest-format.md index 92d659f1..93d9b960 100644 --- a/docs/manifest-format.md +++ b/docs/manifest-format.md | |||
@@ -330,6 +330,8 @@ client is not allowed. | |||
330 | "src" and "dest" must be files. Directories or symlinks are not allowed. | 330 | "src" and "dest" must be files. Directories or symlinks are not allowed. |
331 | Intermediate paths must not be symlinks either. | 331 | Intermediate paths must not be symlinks either. |
332 | 332 | ||
333 | Parent directories of "dest" will be automatically created if missing. | ||
334 | |||
333 | ### Element linkfile | 335 | ### Element linkfile |
334 | 336 | ||
335 | It's just like copyfile and runs at the same time as copyfile but | 337 | It's just like copyfile and runs at the same time as copyfile but |
@@ -338,6 +340,8 @@ instead of copying it creates a symlink. | |||
338 | The symlink is created at "dest" (relative to the top of the tree) and | 340 | The symlink is created at "dest" (relative to the top of the tree) and |
339 | points to the path specified by "src". | 341 | points to the path specified by "src". |
340 | 342 | ||
343 | Parent directories of "dest" will be automatically created if missing. | ||
344 | |||
341 | The symlink target may be a file or directory, but it may not point outside | 345 | The symlink target may be a file or directory, but it may not point outside |
342 | of the repo client. | 346 | of the repo client. |
343 | 347 | ||