check-code: document last ignore regexp
For easier remembering to delete when it is not needed anymore.
check-code: drop unneeded ignore patterns
The exceptions seem to have disappeared.
contrib: add editmerge script for editor conflict prompts
Adds a script that opens the editor to the conflict as part of the merge
process. This way you can fix the merge during the rebase instead of having to
pause the rebase, resolve --mark, rebase --continue.
Only works on unix.
strip: fix last unprotected mq reference (
issue4097)