source: configuration/hgrc/hgrc.client @ 1422:51801cfa30f1

Revision 1422:51801cfa30f1, 221 bytes checked in by niam, 2 years ago (diff)

[configuration] mercurial add record extension

Line 
1[ui]
2username = <name>
3
4[trusted]
5users = *
6groups = *
7
8[paths]
9default = <repository>
10
11[defaults]
12cdiff = -q
13
14[extensions]
15hgext.extdiff =
16hgext.graphlog =
17color =
18hgk=
19hgext.record =
20
21[extdiff]
22cdiff = colordiff -Npru
23
Note: See TracBrowser for help on using the repository browser.