ConvertPRCS extension

Add-on to the Convert extension which adds PRCS as a conversion source (work-in-progress).

1. Status

This extension is not distributed with Mercurial.

Author: Kaz Nishimura

Repository: https://bitbucket.org/kazssym/hgext-convertprcs

Web page: https://bitbucket.org/kazssym/hgext-convertprcs (temporary location)

2. Overview

This extension just adds PRCS as a conversion source of the Convert extension. With this extension, you can specify a PRCS project as a conversion source in the hg convert command.

This extension requires a working PRCS command and Python module prcslib in prcs2hg 2.0 which is not released yet.

3. Configuration

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

[extensions]
convert =
converprcs = .../hgext/convertprcs

4. See also


CategoryExtensionsByOthers