-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
35 lines (22 loc) · 1007 Bytes
/
README
File metadata and controls
35 lines (22 loc) · 1007 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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.