B2G/Hacking: Difference between revisions

Jump to navigation Jump to search
m
removed extra space that causes hg to choke on config
m (removed extra space that causes hg to choke on config)
Line 82: Line 82:
Essentially it is recommended you put the following in your ~/.hgrc:
Essentially it is recommended you put the following in your ~/.hgrc:


  [ui]
[ui]
  username = Your Name <you@mozilla.com>
username = Your Name <you@mozilla.com>
 
  [extensions]
[extensions]
  hgext.mq =  
hgext.mq =  
 
  [diff]
[diff]
  git = 1
git = 1
  unified = 8
unified = 8
 
  [defaults]
[defaults]
  diff = -pU8
diff = -pU8
  qdiff = -pU8
qdiff = -pU8
  qnew = -U
qnew = -U
  qseries = -sv
qseries = -sv


Also, useful path definitions:
Also, useful path definitions:


  [paths]
[paths]
  try = ssh://hg.mozilla.org/try/
try = ssh://hg.mozilla.org/try/
  inbound = ssh://hg.mozilla.org/integration/mozilla-inbound/
inbound = ssh://hg.mozilla.org/integration/mozilla-inbound/
  mc = ssh://hg.mozilla.org/mozilla-central/
mc = ssh://hg.mozilla.org/mozilla-central/


== Landing patches ==
== Landing patches ==
1

edit

Navigation menu