Changes

Jump to: navigation, search

Sheriffing/How To/Getting started as a sheriff

978 bytes added, 15:06, 28 March 2020
Setting up Mercurial for Mozilla: add .hgrc content
*<code>hg pull fxtrees</code>
*<code>hg update <repo></code> <span style="color:#14866d">//repo = autoland/inbound/central/esr/release/beta</span>
Check the content of the .hgrc file in the home folder, it shall looks similar to this:
<pre>[ui]
username = Your Name <yname@mozilla.com>
merge = internal:merge
interface = curses
 
[alias]
trymc = push -f ssh://hg.mozilla.org/try
 
[defaults]
commit = -v
diff = -U 8
qdiff = -U 8
qnew = -U
 
[diff]
git = 1
showfunc = 1
unified = 8
 
[extensions]
blackbox =
bzexport = /home/user/.mozbuild/version-control-tools/hgext/bzexport
firefoxtree = /home/user/.mozbuild/version-control-tools/hgext/firefoxtree
hgext.churn =
histedit =
mozext = /home/user/.mozbuild/version-control-tools/hgext/mozext
progress =
purge =
push-to-try = /home/user/.mozbuild/version-control-tools/hgext/push-to-try
rebase =
strip =
transplant =
absorb =
# js-format = /home/user/.mozbuild/version-control-tools/hgext/js-format
# format-source = /home/user/.mozbuild/version-control-tools/hgext/format-source
 
[hooks]
 
[experimental]
clonebundles = true
 
[bugzilla]
username = yname@mozilla.com</pre>
===== Test push to try repo =====
Confirm
569
edits

Navigation menu