Changes between Version 19 and Version 20 of Tutorials/SubmittingPatch


Ignore:
Timestamp:
Apr 24, 2018, 11:32:26 AM (6 years ago)
Author:
patrik.svestka@…
Comment:

adding more information to --no-commit and multiple patches

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/SubmittingPatch

    v19 v20  
    170170     #!div class="note"
    171171**Note2:**
    172 Please note that if you want to test multiple patches (e.g. on Windows) with `--no-commit` it has to be done differently than `--no-commit` on subsequent steps.
     172Please note that if you want to test multiple patches, and you don't have the same patches on the same day, (e.g. on Windows) with `--no-commit` it has to be done differently than `--no-commit` on subsequent steps.
    173173
    174174The first step is, of course, natural `hg import --no-commit name1.patch`. 
     
    177177
    178178If you would like to use **powershell** then an option is to use `cat name2.patch | patch -p1`.
     179
     180If you have all the patches at the same time you can always do `hg import --no-commit name1.patch name2.patch`
    179181     }}}
    180182