hgcfg

Display or modify local, user, and global configuration.

1. Status

This extension is not distributed with Mercurial.

Author: Brian Mearns

Repository: https://bitbucket.org/bmearns/hgcfg

Web page: https://bitbucket.org/bmearns/hgcfg/

For detailed documentation, please see the webpage listed above.

2. Overview

Provides three commands:

This extension also provides a basic API that other extensions can use to poke around and modify config files, instead of hacking on the text directly.

3. Configuration

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

[extensions]
hgcfg = /path/to/hgcfg/hgext/hgcfg.py

4. See also


CategoryExtensionsByOthers

HgcfgExtension (last edited 2013-10-31 15:16:39 by MaytagMetalark)