diff options
Diffstat (limited to 'soundtouch/.hg/hgrc')
| -rw-r--r-- | soundtouch/.hg/hgrc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/soundtouch/.hg/hgrc b/soundtouch/.hg/hgrc new file mode 100644 index 0000000..28a247f --- /dev/null +++ b/soundtouch/.hg/hgrc @@ -0,0 +1,14 @@ +# example repository config (see "hg help config" for more info) +[paths] +default = https://code.google.com/p/soundtouch/ + +# path aliases to other clones of this repo in URLs or filesystem paths +# (see "hg help config.paths" for more info) +# +# default-push = ssh://jdoe@example.net/hg/jdoes-fork +# my-fork = ssh://jdoe@example.net/hg/jdoes-fork +# my-clone = /home/jdoe/jdoes-clone + +[ui] +# name and email (local to this repository, optional), e.g. +# username = Jane Doe <jdoe@example.com> |
