Extension Name

This extension is distributed with Mercurial.

Author: several people

Overview

The convert extension converts repositories from other SCMs into mercurial repositories. It currently supports the following repository types:

It supports branches and incremental or ongoing conversion, as well as some features for tidying up new repositories, such as pruning parts of the tree and rewriting author names.

Configuration

Configure your .hgrc to enable the extension by adding following lines:

[extensions]
hgext.convert=


CategoryExtension