Changes between Version 10 and Version 11 of CommitterTips
- Timestamp:
- Mar 2, 2010, 6:06:25 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CommitterTips
v10 v11 1 [[PageOutline]] 2 1 3 = Tips and Tools for Committers and Reviewers = 2 4 … … 78 80 Monitor [http://build.webkit.org/console] to make sure your patch doesn't turn any of the buildbots red! 79 81 82 == Rolling out a commit == 83 84 Here are some guidelines for rolling out (i.e. undoing) a commit. 85 86 * Rolling out a commit should undo everything but the ChangeLog entries associated to a commit. 87 * A commit that rolls out a prior commit should itself contain ChangeLog entries (e.g. prepared using prepare-Changelog). 88 * The commands `patch -R`, `svn-unapply`, `webkit-patch rollout`, and `git revert` are all helpful for rolling out. 89 80 90 == Guidelines for committers == 81 91 * Build fixes do not need review.