canmove, Confirmed users
1,570
edits
| Line 5: | Line 5: | ||
== If you haven't checked out from mercurial before == | == If you haven't checked out from mercurial before == | ||
hg clone https://hg.mozilla.org/ | hg clone https://hg.mozilla.org/integration/mozilla-inbound/ inbound | ||
cd | cd inbound/addon-sdk/source | ||
git init | git init | ||
git remote add origin | git remote add origin git@github.com:mozilla/addon-sdk.git | ||
git fetch origin | git fetch origin | ||
git | git checkout -f integration | ||
This will give you the latest | This will give you the latest mozilla-inbound code and update the SDK files to the latest versions from the integration branch, in some cases that might be newer than those already in mozilla-inbound. | ||
== If you have previously done the above == | == If you have previously done the above == | ||