bos@42: #$ name: status bos@42: bos@42: hg init a bos@42: cd a bos@42: echo content > filename bos@42: mkdir subdir bos@42: echo something > subdir/otherfile bos@42: hg status bos@42: bos@42: #$ name: hidden bos@42: bos@42: mkdir empty bos@42: touch empty/.hidden bos@42: hg add empty/.hidden bos@42: hg commit -m 'Manage an empty-looking directory' bos@42: ls empty bos@42: cd .. bos@42: hg clone a b bos@42: ls b bos@42: ls b/empty