(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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/584632

Title:
  composer changes font mid email

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/584632/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to