977
edits
Lukasblakk (talk | contribs) (→Syntax) |
Lukasblakk (talk | contribs) |
||
Line 29: | Line 29: | ||
===In an hg commit message=== | ===In an hg commit message=== | ||
<pre> | <pre> | ||
# both opt/debug builds, all platforms, no unittests/talos | # both opt/debug builds, all available {desktop,mobile} platforms, no unittests/talos | ||
hg commit -m "bug 432432 testing something try:b" | hg commit -m "bug 432432 testing something try: --build b" | ||
# linux debug build, | # linux debug build, all available mobile platforms, all unittests, no talos | ||
hg commit -m "bug 432432 testing something try:d p | hg commit -m "bug 432432 testing something try: --build d --p linux --u all" | ||
# mobile-only builds | # mobile-only builds | ||
hg commit -m "bug 432432 testing something try:o p | hg commit -m "bug 432432 testing something try: --build o --p none" | ||
# all builds, desktop platforms, no mobile, unittests & talos | # all builds, all available desktop platforms, no mobile, all unittests & talos | ||
hg commit -m "bug 432432 testing something try:b m | hg commit -m "bug 432432 testing something try: --build b --m none --u all --t all" | ||
# opt builds on all platforms | # opt builds on all available {desktop,mobile} platforms, no unittests, talos tp4 & tscroll | ||
hg commit -m "bug 432432 testing something try:o t | hg commit -m "bug 432432 testing something try: --build o --t tp4,tscroll" | ||
</pre> | </pre> | ||
edits