NSS:TryServer
This page describes how to use the NSS try server.
Pushing to nss-try
Create a new entry in the [paths]
section of your $nss-directory/.hg/hgrc
file:
try = ssh://ldap.username@you.com@hg.mozilla.org/projects/nss-try
Now every time you want to push a patch to nss-try you can simply do:
$ cd $nss-directory/ $ hg push -f try
Your try job will show up on the nss-try dashboard in a second.