(In reply to Jorg K from comment #92) > OK, but how do I send the patch to the try server? I have my "level 1" > access rights and I believe SSH is set up correctly. I tried > hg push -f ssh://mozi...@jorgk.com@hg.mozilla.org/try/ *before* coming > across the "hg qnew" command. > It returned: "No changes found" or words to that extent. I haven't tried > after the "hg qnew". > So what is the exact sequence of commands? BTW, I'm on Windows 7. 30 seconds > of your time save me three hours of (very frustrating) research (since I > want to focus on the problem and not the infrastructure).
If you have some changes you want to commit, and no patches currently applied: hg qnew mypatchname # This saves your changes to an mq patch hg qnew -m "try: -b do -p all -u all[x64] -t none" try # Make a second patch with the try line hg push -f mc-try # Make sure you have Magnus' line in .hg/hgrc hg qdelete try # Delete the empty try patch Note: this will leave you with a patch in mq called "mypatchname" with your changes. If you make any new changes to the patch and want to submit to try again, do the same, except instead of the first line, do "hg qref" to refresh the existing patch instead of making a new one. To view your existing patches, try "hg qser -s"; to move around, you can use "hg qpop" and "hg qpush" and "hg qgoto"; for more help, try "hg help mq" or "hg help commandname". If you see any weird changes that only appear on some platforms and don't look related to your changes, they're probably random (intermittent) failures that are unrelated to your changes. You can usually spot changes that you really caused because they'll show up on all platforms, and look related to your changes. If you're not sure, you can ask us, or ask on IRC for a quicker response. > However, this stuff worries me (3x crashed, 1x time out) > 965721 Intermittent test_bug409604.html, test_bug719533.html, > test_richtext2.html, test_bug412567.html | application crashed [@ > imgStatusTracker::RecordCancel()] > 969526 Intermittent > test_richtext.html,test_richtext2.html,test_bug436801.html | application > crashed [@ KERNELBASE.dll + 0x89ae4] (ABORT: Should have mProgressTracker > until we create mImage: 'mProgressTracker') > 1129538 Intermittent test_draggableprop.html,test_richtext2.html | > application crashed [@ mozalloc_abort(char const*)] after "ABORT: Should > have given mProgressTracker to mImage: '!mProgressTracker', file > /image/src/imgRequest.cpp, line 149" > 1142900 Intermittent test_richtext2.html | application timed out after 330 > seconds with no output > > Any comments on these crashes and time-outs? Don't worry about those. These tests fail sometimes at random -- it's not connected to your changes. > P.S.: Would you be able to let me know your time-zone so I know when not to > expect feedback ;-) I'm UTC+0200, and switching to UTC+0300 this Thursday night. Last I was aware, Ehsan lives in eastern Canada and so should be UTC-0400. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/584632 Title: composer changes font mid email Status in Mozilla Thunderbird Mail and News: Confirmed Status in thunderbird package in Ubuntu: Confirmed Bug description: Binary package hint: thunderbird As I'm typing my emails in Thunderbird, I can see what appears to be a font size change on screen, normally in the second line of text. The second line appear smaller than the first. It's barely perceptible, so half them time I think I am imagining it. Well, I've started Bccing to myself to check, and the emails I am receiving from myself are not only a different size, they're also a different font. Composer starts in some default serif, and by the second line is sans. I'd bee glad to email someone viz thunderbird, and also send along a screenshot of how it looks while I am typing. Thanks. To manage notifications about this bug go to: https://bugs.launchpad.net/thunderbird/+bug/584632/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp