Contribute/Firefox: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
Line 46: Line 46:
./mach run <br/>
./mach run <br/>


=== Step 2: Find a bug ===
== Step 2: Find a bug ==


http://www.joshmatthews.net/bugsahoy/
http://www.joshmatthews.net/bugsahoy/
== Others ==
Create a .hgrc file in your home folder
<pre>
<nowiki>
[ui]
username = Name <person@domain.com>
[defaults]
qnew = -Ue
[extensions]
hgext.mq =
hgext.purge =
[alias]
branchdiff = diff -r "max(ancestors('$1') and branch(default)):'$1'"
[diff]
git = 1
showfunc = 1
unified = 8
</nowiki>
</pre>
Confirmed users
92

edits

Navigation menu