Configure a repository with Mercurial

Configure each Mercurial repository in a separate <HgRepo> element.

Give each repo a unique name using the id attribute, for example id="xoom-revisions".

The body of <HgRepo> contains the following elements:

Mercurial template from the configuration file

<HgRepo>
      <ShouldClone>true</ShouldClone>
      <RemoteUrl>hg-repo-url</RemoteUrl>
      <LocalRepo>C:\Path\To\Local\Repo</LocalRepo>
      <ShouldPullAndPush>true</ShouldPullAndPush>