Confirmed users
566
edits
| Line 113: | Line 113: | ||
Before you can push your commits back to the central repository, you must manually configure (once) the .hg/hgrc file inside each repository. While you have cloned using https, and you will pull updates using https, you will push using ssh. | Before you can push your commits back to the central repository, you must manually configure (once) the .hg/hgrc file inside each repository. While you have cloned using https, and you will pull updates using https, you will push using ssh. | ||
Remember to replace your.email@address.domain with the email address that is used for your account at hg.mozilla.org | |||
nspr/.hg/hgrc: | |||
[paths] | [paths] | ||
default = http://hg.mozilla.org/projects/nspr/ | default = http://hg.mozilla.org/projects/nspr/ | ||
default-push = ssh://your.email@address.domain@hg.mozilla.org/nspr/ | default-push = ssh://your.email@address.domain@hg.mozilla.org/nspr/ | ||
nss/.hg/hgrc: | |||
[paths] | [paths] | ||
default = http://hg.mozilla.org/projects/nss/ | default = http://hg.mozilla.org/projects/nss/ | ||
default-push = ssh://your.email@address.domain@hg.mozilla.org/nss/ | default-push = ssh://your.email@address.domain@hg.mozilla.org/nss/ | ||
jss/.hg/hgrc: | |||
[paths] | [paths] | ||
default = http://hg.mozilla.org/projects/jss/ | default = http://hg.mozilla.org/projects/jss/ | ||