# HG changeset patch # User drak@kaverne # Date 1411037615 -7200 # Node ID 934061e0f672faa958cc6b7222c6549955808516 # Parent 19a6c35d52ff904bb3ccb4a36daa871d928eec38 note: link to FAQ instead of giving *nixy command. diff -r 19a6c35d52ff -r 934061e0f672 templates/guide/index.html --- a/templates/guide/index.html Thu Sep 18 11:52:53 2014 +0200 +++ b/templates/guide/index.html Thu Sep 18 12:53:35 2014 +0200 @@ -587,24 +587,11 @@
-

Note: Tracking empty folders

- -If you need empty folders which are available after clone, add -a .keep file in the folder and add that. +

Note:

-
$ mkdir emptyfolder
-$ touch emptyfolder/.keep
-$ hg add emptyfolder/.keep
-$ hg commit -m "ensure that emptyfolder is available." emptyfolder/.keep
-
-
- -To create .keep files for every empty folder, you can use -the following command: - -
$ find . -type d -empty -exec touch {}/.keep \;
-
-
+If you need empty folders which are available after clone, create a +file in the folders and add that. For details and useful tools, see +the empty directory FAQ entry.