canmove, Confirmed users
725
edits
| Line 59: | Line 59: | ||
<li> Check out a clean copy of fx-sync.</li> | <li> Check out a clean copy of fx-sync.</li> | ||
<li> Export the repository to something we can import into mozilla-central with | <li> Export the repository to something we can import into mozilla-central with | ||
<pre>tools/convert.sh</pre> | <pre>cd fx-sync | ||
tools/convert.sh</pre> | |||
This creates a new repository next to the existing checkout called fx-sync.converted</li> | This creates a new repository next to the existing checkout called fx-sync.converted</li> | ||
<li> Check out or update a copy of mozilla-central and do | <li> Check out or update a copy of mozilla-central and do | ||
<pre>hg pull -f .../fx-sync.converted</pre> | <pre>cd mozilla-central | ||
hg pull -f .../fx-sync.converted</pre> | |||
</li> | </li> | ||
<li> Merge the newly created head with | <li> Merge the newly created head with | ||