Skip to content
/ Cedit Public

Command Line editor for Mercurial configuration files. Features both an interactive editor and an options parsing mode. Simplifies Mercurial configuration so that users never have to manually edit their hgrc / Mercurial.ini files, if they so choose. Cedit does have a bootstrapping feature - you don't have to manually touch your configuration fil…

Notifications You must be signed in to change notification settings

paulitex/Cedit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CEDIT - a Mercurial configuration editor extension.

Copyright 2010 Paul Lambert <paul@matygo.com>

=LICENSE=

This software may be used and distributed according to the terms of the
GNU General Public License version 2, incorporated herein by reference.

=INSTALLATION=

To get started with this extension, please run "python start.py".
This will add the necessary line to your Mercurial configuration to enable this extension.

If all goes well, you should be able to run "hg help cedit" and get started.

To quickly set up your initial name and email, run "hg setuser".

Note: If you are adding this extension by hand, be sure to give the containing folder 
as the path, not config.py. For example:

YES:
[extensions]
config = /foo/bar/hgext/cedit

NO:
[extensions]
config = /foo/bar/hgext/cedit/config.py

This is to ensure that the included version of iniparse is loaded at the
same time as this extension. 

=USAGE=

See "hg help cedit" and "hg help setuser" respectively for help on how to use cedit.

About

Command Line editor for Mercurial configuration files. Features both an interactive editor and an options parsing mode. Simplifies Mercurial configuration so that users never have to manually edit their hgrc / Mercurial.ini files, if they so choose. Cedit does have a bootstrapping feature - you don't have to manually touch your configuration fil…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages