diff options
| author | Glenn Morris | 2011-02-08 19:27:57 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-02-08 19:27:57 -0800 |
| commit | 9218b9bd6cc00e473b330808c21e5fdb221757af (patch) | |
| tree | ed0b262caac08e464641873d8011f99d6fb9e5f9 /admin/notes/bugtracker | |
| parent | 7bd04bb46d2be419aa6dab9d35a5c42ad716d3d0 (diff) | |
| download | emacs-9218b9bd6cc00e473b330808c21e5fdb221757af.tar.gz emacs-9218b9bd6cc00e473b330808c21e5fdb221757af.zip | |
* admin/notes/bugtracker: Small updates.
Diffstat (limited to 'admin/notes/bugtracker')
| -rw-r--r-- | admin/notes/bugtracker | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker index 7c6c0ff4272..02ca77bf7de 100644 --- a/admin/notes/bugtracker +++ b/admin/notes/bugtracker | |||
| @@ -395,9 +395,14 @@ automatically sets a found version (if none is explicitly specified). | |||
| 395 | *** To assign or reassign a bug to a package or list of packages: | 395 | *** To assign or reassign a bug to a package or list of packages: |
| 396 | reassign 1234 emacs | 396 | reassign 1234 emacs |
| 397 | 397 | ||
| 398 | Note that reassigning clears the list of found versions, even if the | ||
| 399 | new packages includes the original one. | ||
| 400 | |||
| 398 | ** To remove spam from the tracker, move it to the `spam' pseudo-package: | 401 | ** To remove spam from the tracker, move it to the `spam' pseudo-package: |
| 399 | reassign 123 spam | 402 | reassign 123 spam |
| 400 | 403 | ||
| 404 | (Should not be necessary any more, now that the input is moderated.) | ||
| 405 | |||
| 401 | ** To change the title of a bug: | 406 | ** To change the title of a bug: |
| 402 | retitle 123 Some New Title | 407 | retitle 123 Some New Title |
| 403 | 408 | ||