equal
deleted
inserted
replaced
23 # (see "hg help extensions" for more info) |
23 # (see "hg help extensions" for more info) |
24 # |
24 # |
25 # pager = |
25 # pager = |
26 # progress = |
26 # progress = |
27 # color =""", |
27 # color =""", |
|
28 |
|
29 'cloned': |
|
30 """# example repository config (see "hg help config" for more info) |
|
31 [paths] |
|
32 default = %s |
|
33 |
|
34 # path aliases to other clones of this repo in URLs or filesystem paths |
|
35 # (see "hg help config.paths" for more info) |
|
36 # |
|
37 # default-push = ssh://jdoe@example.net/hg/jdoes-fork |
|
38 # my-fork = ssh://jdoe@example.net/hg/jdoes-fork |
|
39 # my-clone = /home/jdoe/jdoes-clone |
|
40 |
|
41 [ui] |
|
42 # name and email (local to this repository, optional), e.g. |
|
43 # username = Jane Doe <jdoe@example.com> |
|
44 """, |
28 |
45 |
29 'local': |
46 'local': |
30 """# example repository config (see "hg help config" for more info) |
47 """# example repository config (see "hg help config" for more info) |
31 [paths] |
48 [paths] |
32 # path aliases to other clones of this repo in URLs or filesystem paths |
49 # path aliases to other clones of this repo in URLs or filesystem paths |