bos@611: bos@564: $ hg init hidden-example bos@564: $ cd hidden-example bos@564: $ mkdir empty bos@564: $ touch empty/.hidden bos@564: $ hg add empty/.hidden bos@564: $ hg commit -m 'Manage an empty-looking directory' bos@564: $ ls empty bos@564: $ cd .. bos@564: $ hg clone hidden-example tmp hg@293: updating working directory bos@144: 1 files updated, 0 files merged, 0 files removed, 0 files unresolved bos@564: $ ls tmp bos@144: empty bos@564: $ ls tmp/empty bos@564: bos@611: