Show More
@@ -28,6 +28,18 b' username =' | |||||
28 |
|
28 | |||
29 | 'local': |
|
29 | 'local': | |
30 | """# example repository config (see "hg help config" for more info) |
|
30 | """# example repository config (see "hg help config" for more info) | |
|
31 | [paths] | |||
|
32 | # path aliases to other clones of this repo in URLs or filesystem paths | |||
|
33 | # (see "hg help config.paths" for more info) | |||
|
34 | # | |||
|
35 | # default = http://example.com/hg/example-repo | |||
|
36 | # default-push = ssh://jdoe@example.net/hg/jdoes-fork | |||
|
37 | # my-fork = ssh://jdoe@example.net/hg/jdoes-fork | |||
|
38 | # my-clone = /home/jdoe/jdoes-clone | |||
|
39 | ||||
|
40 | [ui] | |||
|
41 | # name and email (local to this repository, optional), e.g. | |||
|
42 | # username = Jane Doe <jdoe@example.com> | |||
31 | """, |
|
43 | """, | |
32 |
|
44 | |||
33 | 'global': |
|
45 | 'global': |
General Comments 0
You need to be logged in to leave comments.
Login now