Confirmed users
905
edits
Line 112: | Line 112: | ||
hg pull -u | hg pull -u | ||
=== Adding a patch to the repository === | |||
* The repository needs to be a clean repository in order to apply the patch | |||
==== Adding the patch ==== | |||
hg qimport <patch_name> | |||
==== Pushing the changes localy ==== | |||
hg qpush | |||
==== Refreshing the files ==== | |||
hg qrefresh | |||
== Install and configure Android SDK and NDK == | == Install and configure Android SDK and NDK == |