How can I remove the working copy from a Mercurial clone?
Documentation at Mercurial wiki says following about bare repositories: “Although this is a minor issue, Mercurial can obviously handle a bare repository; that is, a repository without a working copy. In Git you need a configuration option for that, whereas in Hg you only need to check out the null revision, like this:“ hg update … Read more