From f5e11c7f756c0b541f45893a9e2f2bc93370db14 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sun, 29 Jun 2014 07:40:18 +0000 Subject: [PATCH] Stop document edit-pr and friends now. --- .../articles/committers-guide/article.xml | 26 ------------------- 1 file changed, 26 deletions(-) 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 -