Confirmed users
1,380
edits
m (→Other Notes) |
|||
| Line 152: | Line 152: | ||
* Suggestions for the future can be made [[Build:TryServer:Suggestions|here]] or file a blocking bug against {{bug|try_enhancements}} | * Suggestions for the future can be made [[Build:TryServer:Suggestions|here]] or file a blocking bug against {{bug|try_enhancements}} | ||
=== HOWTO: Preserve your commit message between try pushes | |||
Simply create a new patch in the queue to store a commit message for the try attempt and push/pop the try patch when needed. | |||
<pre> | |||
% hg qref --message "bug xxx - a spell/patch of improvements" | |||
% hg qnew patch.try | |||
% hg qpush patch.try | |||
% hg qref --message "try: -b o -e -p all -u all -t none" | |||
% hg push -f try | |||
% hg qpop patch.try | |||
</pre> | |||
== Other Mozilla Try Servers == | == Other Mozilla Try Servers == | ||