Services/Sync/Getting Started: Difference between revisions

(Adding getting started guide)
 
Line 43: Line 43:
=== Configure Mercurial ===
=== Configure Mercurial ===


Put the following in ~/.hg/hgrc:
Put the following in your ~/.hgrc:
 
  [paths]
  default = http://hg.mozilla.org/services/
  default-push = ssh://hg.mozilla.org/services/
     
and the following in ~/.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 ===
canmove, Confirmed users
725

edits