71
edits
(Add bogo tests) |
Franziskus (talk | contribs) No edit summary |
||
| Line 4: | Line 4: | ||
=Pushing to nss-try= | =Pushing to nss-try= | ||
An account level 1 commit access is required. ([https://www.mozilla.org/en-US/about/governance/policies/commit/access-policy/ Get it here.]) | |||
Create a new entry in the <code>[paths]</code> section of your <code>$nss-directory/.hg/hgrc</code> file: | Create a new entry in the <code>[paths]</code> section of your <code>$nss-directory/.hg/hgrc</code> file: | ||
| Line 15: | Line 16: | ||
<pre> | <pre> | ||
$ cd $nss-directory/ | $ cd $nss-directory/ | ||
$ hg push -f try | $ hg push -r . -f try | ||
</pre> | </pre> | ||
edits