I have some (local) repositories, an original and some clones. The original repository has been corrupted so I'd like to get rid of it and use one of the clones as the master for future development.
Is there a better way to break the connection between the new master and the original repository than simply deleting the default
entry in the [paths]
section of that clone's hgrc?
Similarly, in the other clones, can I simply change the default
entry in their hgrc files' [paths]
section to point to the new master repository?