Skip to content

Instantly share code, notes, and snippets.

@khyperia
Created June 27, 2019 22:35
Show Gist options
  • Save khyperia/4b5fb2b55bfcf4359b3245b6236a46cd to your computer and use it in GitHub Desktop.
Save khyperia/4b5fb2b55bfcf4359b3245b6236a46cd to your computer and use it in GitHub Desktop.
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[user]
email = [email protected]
name = Ashley Hauck
[commit]
gpgsign = false
[remote "inbound"]
url = hg://hg.mozilla.org:ssh/integration/mozilla-inbound
fetch = +refs/heads/*:refs/remotes/inbound/*
pushurl = NO_PUSH
[remote "central"]
url = hg://hg.mozilla.org:ssh/mozilla-central
fetch = +refs/heads/*:refs/remotes/central/*
pushurl = NO_PUSH
[remote "origin"]
url = [email protected]:khyperia/rust-frontend.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = central
merge = refs/heads/branches/default/tip
[branch "frontend"]
remote = origin
merge = refs/heads/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment