Say if we have a project known as main, and then we have a project that is analytics, and in Bash, we are at the analytics working directory and accidentally push to the main remote repository, will all the files in analytics be added to the main project, and is it reversible?
Say if we have a project known as main , and then we have
Share
You will get a complaint from Mercurial and the push will be aborted. It looks like this:
Mercurial knows if two repositories are related based on their root nodes. That is, repositories A and B are related if they share a common root node.