Size: 2013
Comment:
|
Size: 2021
Comment: english: simple fixes
|
Deletions are marked like this. | Additions are marked like this. |
Line 53: | Line 53: |
* Reply to the list saying to took care of the patch | * Reply to the list saying that you took care of the patch |
Line 63: | Line 63: |
* Update [[http://patchwork.serpentine.com/project/hg/list/|Patchwork]] on you have pushed | * Update [[http://patchwork.serpentine.com/project/hg/list/|Patchwork]] once you have pushed |
Patch Review Process
This page explain the Mercurial Patch Review Process and how (anyone) can help.
1. Generic Fact
All reviews happen one MailingLists#The_Mercurial-Devel_list
Contributor follow the ContributingChanges and send they patch to the list (hopefully using the PatchbombExtension)
- Review are just email reply to the emailed patch
Everyone is welcome to do review.
2. Simple Review Checklist
The patch is compliant to the ContributingChanges bullet list.
- Quick reminder of important thing:
- commit message format,
- Patch does one and one thing,
- Change is tested
- Documentation augmented an updated
- (all the other things in the list)
- You understand the change
- The change seems correct
- The change seems efficient
If any concerns raised, reply to the email asking question.
If everything sounds good, reply to the email too. Just state it looks good to you.
3. Accepters Review Checklist
Some people are blessed to accept patches and push them to a repo where Matt Mackall ultimatly pull from.
Here is another check list for them
- Run check code on all patches
- Run the whole test suites
- Reply to the list saying that you took care of the patch
- Make sure you created obsolescence marker between the node in the patch and the one you created
- use the drophack extension if you need to drop a changeset you queued
Rebase yourself above main's @
Move @ with the changeset you pushed.
Update Patchwork once you have pushed
4. Review Tooling
- Collection of script