diff options
author | Glenn Morris <rgm@gnu.org> | 2011-02-08 19:27:57 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-02-08 19:27:57 -0800 |
commit | 9218b9bd6cc00e473b330808c21e5fdb221757af (patch) | |
tree | ed0b262caac08e464641873d8011f99d6fb9e5f9 | |
parent | 7bd04bb46d2be419aa6dab9d35a5c42ad716d3d0 (diff) | |
download | emacs-9218b9bd6cc00e473b330808c21e5fdb221757af.tar.gz |
* admin/notes/bugtracker: Small updates.
-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). *** To assign or reassign a bug to a package or list of packages: reassign 1234 emacs +Note that reassigning clears the list of found versions, even if the +new packages includes the original one. + ** To remove spam from the tracker, move it to the `spam' pseudo-package: reassign 123 spam +(Should not be necessary any more, now that the input is moderated.) + ** To change the title of a bug: retitle 123 Some New Title |