Say I need to create x repositories that can push and pull from a central repository. Is there a practical difference between cloning all those repositories compared to copying the .hg folder x times from the central repository to empty folders?
Share
One difference I can think of is that a copy isn’t an atomic operation:
you can’t be certain the repo you are copying isn’t being modified.
Edit: the
hg cloneman page actually mentions: