Sheriffing/How To/New tree

From MozillaWiki
Jump to: navigation, search

Add a new tree to the local repository

Run the following commands in the console:

  • ./mach vcs-setup --update-only
  • hg pull
    This adds all known trees.
  • Open the file .hg/firefoxtrees
  • Remove the lines with obsolete trees.
  • hg pull fxtrees
  • hg update esr102 should work.