UNIXworkcode

1 # example repository config (see 'hg help config' for more info) 2 [paths] 3 default = /var/hg/dav 4 5 # path aliases to other clones of this repo in URLs or filesystem paths 6 # (see 'hg help config.paths' for more info) 7 # 8 # default:pushurl = ssh://jdoe@example.net/hg/jdoes-fork 9 # my-fork = ssh://jdoe@example.net/hg/jdoes-fork 10 # my-clone = /home/jdoe/jdoes-clone 11 12 [ui] 13 # name and email (local to this repository, optional), e.g. 14 # username = Jane Doe <jdoe@example.com> 15