<div dir="ltr"><div><div>As a tip, Hgweb does not follow file renames in the revision
log, so all you'll see by default is the cset of this file move, e.g. <a href="https://hg.mozilla.org/integration/fx-team/log/d558e1102e02/browser/base/content/test/general/browser_urlHighlight.js" target="_blank">https://hg.mozilla.org/integration/fx-team/log/d558e1102e02/browser/base/content/test/general/browser_urlHighlight.js</a><br>
<br></div>However, you can see on that page that underneath the
timestamp there's a "base" link, and that will take you to the previous
history of that file before the rename.<br><br></div>Annotate works as expected, and also you can see the full log locally by using `hg log --follow`</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Sep 19, 2013 at 3:12 AM, Jared Wein <span dir="ltr"><<a href="mailto:jwein@mozilla.com" target="_blank">jwein@mozilla.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I just pushed[1] to the fx-team repo a patch that moves the browser-chrome mochitests from /browser/base/content/tests/* to /browser/base/content/tests/general/*.<br>
<br>
Moving the tests in browser/base/content/tests to browser/base/content/tests/general will shorten the amount of time needed to just run the "general" tests. Currently when running `mach mochitest-browser browser/base/content/test` the social and newtab tests run as well, which adds a considerable amount of time to the local test run.<br>
<br>
The newtab and social test directories will remain as direct children of browser/base/content/test.<br>
<br>
With this bug[2] fixed, the directory structure should look like:<br>
/browser/base/content/test<br>
/browser/base/content/test/general/<br>
/browser/base/content/test/newtab/<br>
/browser/base/content/test/social/<br>
<br>
If there is any potential to move groups of tests that focus on specific functionality then those can move to their own specific folder in future bugs.<br>
<br>
Cheers,<br>
Jared<br>
<br>
[1] <a href="https://hg.mozilla.org/integration/fx-team/rev/d558e1102e02" target="_blank">https://hg.mozilla.org/integration/fx-team/rev/d558e1102e02</a><br>
[2] <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=917887" target="_blank">https://bugzilla.mozilla.org/show_bug.cgi?id=917887</a><br>
_______________________________________________<br>
firefox-dev mailing list<br>
<a href="mailto:firefox-dev@mozilla.org">firefox-dev@mozilla.org</a><br>
<a href="https://mail.mozilla.org/listinfo/firefox-dev" target="_blank">https://mail.mozilla.org/listinfo/firefox-dev</a><br>
</blockquote></div><br></div>