Confirmed users
611
edits
(→Communication: update communication to use Matrix) |
(→Setting up Mercurial for Mozilla: add .hgrc content) |
||
| Line 50: | Line 50: | ||
*<code>hg pull fxtrees</code> | *<code>hg pull fxtrees</code> | ||
*<code>hg update <repo></code> <span style="color:#14866d">//repo = autoland/inbound/central/esr/release/beta</span> | *<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 ===== | ===== Test push to try repo ===== | ||