canmove, Confirmed users
725
edits
(Adding getting started guide) |
|||
Line 43: | Line 43: | ||
=== Configure Mercurial === | === Configure Mercurial === | ||
Put the following in | Put the following in your ~/.hgrc: | ||
[ui] | [ui] | ||
Line 56: | Line 50: | ||
[extensions] | [extensions] | ||
hgext.mq = | hgext.mq = | ||
[diff] | [diff] | ||
git = 1 | git = 1 | ||
unified = 8 | |||
[defaults] | |||
diff = -pU8 | |||
qdiff = -pU8 | |||
qnew = -U | |||
qseries = -sv | |||
You can also add the following to ~/.hg/hgrc: | |||
[paths] | |||
default = http://hg.mozilla.org/services/ | |||
default-push = ssh://hg.mozilla.org/services/ | |||
=== Check out the Mercurial repos you'll need === | === Check out the Mercurial repos you'll need === |