diff --git a/en_US.ISO8859-1/articles/committers-guide/article.xml b/en_US.ISO8859-1/articles/committers-guide/article.xml index da8cd39b82..4223866044 100644 --- a/en_US.ISO8859-1/articles/committers-guide/article.xml +++ b/en_US.ISO8859-1/articles/committers-guide/article.xml @@ -2959,32 +2959,6 @@ Relnotes: yes &prompt.user; rsync -va rsync://bit0.us-west.freebsd.org/FreeBSD-bit/gnats . - - - Useful Tools - - Other than edit-pr there are a - collection of tools in ~gnats/tools/ on - freefall which can make working with - PRs much easier. - - open-pr, close-pr, - take-pr, and feedback-pr - take PR numbers as arguments and then ask you to select from a - preexisting list of change reasons or let you type in your - own. - - change-pr is a multi purpose tool - that lets you make multiple changes at the same time with one - command. - - For example, to assign PR 123456 to yourself type - take-pr 123456. - If you want to set the PR to patched awaiting an MFC at - the same time use: - change-pr -t -p -m "awaiting MFC" - 123456 -