Confirmed users
656
edits
Line 67: | Line 67: | ||
=== Pushing Directly === | === Pushing Directly === | ||
It's also possible to push to try directly from hg (for now). This might be required if you're using [https://www.mercurial-scm.org/wiki/MqExtension mercurial queues]. In this case, the only way to select tasks | It's also possible to push to try directly from hg (for now). This might be required if you're using [https://www.mercurial-scm.org/wiki/MqExtension mercurial queues]. In this case, the only way to select tasks is by manually adding try syntax to your commit message: | ||
$ hg commit -m "try: -b o -p linux64 -u mochitest" | $ hg commit -m "try: -b o -p linux64 -u mochitest" |