How to enable convert extension into Mercurial ?

Advanced users of Mercurial can be aided with the use of Mercurial extensions. Extensions allow the integration of powerful new features directly into the Mercurial core. Built-in help on extensions is available with ' hg help extensions '. To get help about an enabled extension, run ' hg help <extension-name> '. Convert Extension The Convert extension converts repositories from other SCMs (or even Mercurial itself) into Mercurial repositories, with options for filtering and renaming. It can also be used to filter Mercurial repositories to get subsets of an existing one. The current release supports the following repository types as sources: CVS Subversion Git Darcs Monotone Bazaar GNU Arch Mercurial Perforce Convert extension comes up together with Mercurial. To enable convert extension, add following lines in your configuration file, Edit your $ HOME/.hgrc which look ...