Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2015-05-22 00:16:50
Size: 1078
Editor: KazNishimura
Comment:
Revision 4 as of 2015-05-23 01:38:10
Size: 1374
Editor: KazNishimura
Comment:
Deletions are marked like this. Additions are marked like this.
Line 19: Line 19:
This extension requires the following software:

 * Mercurial on Python 2.5 or later,
 * a working `prcs` command (available from [[https://bitbucket.org/kazssym/prcs|here]]), and
 * Python module prcslib in [[http://bitbucket.org/kazssym/prcs2hg|prcs2hg]] 2.0 which is not released yet.
Line 25: Line 31:
converprcs = .../hgext/convertprcs converprcs = REPO/hgext/convertprcs

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 the following software:

  • Mercurial on Python 2.5 or later,
  • a working prcs command (available from here), 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 = REPO/hgext/convertprcs

4. See also


CategoryExtensionsByOthers

ConvertPrcsExtension (last edited 2015-05-23 02:10:43 by KazNishimura)