Confirmed users
905
edits
| Line 225: | Line 225: | ||
hg export tip > <patch_name.patch> | hg export tip > <patch_name.patch> | ||
== Remove files from the current patch == | |||
In case you added an unwanted file to the patch it can be removed by running: | |||
hg rm -f add mobile/android/base/tests/<test_file> | |||