Mercurial > emacs
comparison admin/notes/bugtracker @ 104535:31a925451502
How to reassign a bug to a list of packages.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Sat, 22 Aug 2009 09:06:46 +0000 |
| parents | 47e37f294247 |
| children | d44e34269048 |
comparison
equal
deleted
inserted
replaced
| 104534:b8c502d16729 | 104535:31a925451502 |
|---|---|
| 177 | 177 |
| 178 tags 123 + wontfix | 178 tags 123 + wontfix |
| 179 | 179 |
| 180 *** To merge bugs: | 180 *** To merge bugs: |
| 181 Eg when bad replies create a bunch of new bugs for the same report. | 181 Eg when bad replies create a bunch of new bugs for the same report. |
| 182 Bugs must all be in the same state (e.g. same package(s) and severity), | 182 Bugs must all be in the same state (e.g. same package(s) and severity |
| 183 but need not have the same tags (tags are merged). E.g.: | 183 -- see `reassign' and `severity' below), but need not have the same |
| 184 tags (tags are merged). E.g.: | |
| 184 | 185 |
| 185 merge 123 124 125 ... | 186 merge 123 124 125 ... |
| 186 | 187 |
| 187 Note that merging does not affect titles. In particular, a "retitle" | 188 Note that merging does not affect titles. In particular, a "retitle" |
| 188 of merged bugs only affects individual bugs, not all of them. | 189 of merged bugs only affects individual bugs, not all of them. |
| 189 | 190 |
| 190 *** Forcing a merge: | 191 *** Forcing a merge: |
| 191 Like `merge', but bugs need not be in the same state. The packages | 192 Like `merge', but bugs need not be in the same state. The packages |
| 192 must still match though. The first one listed is the master. E.g.: | 193 must still match though (see `reassign' below). The first one listed |
| 194 is the master. E.g.: | |
| 193 | 195 |
| 194 forcemerge 123 124 125 ... | 196 forcemerge 123 124 125 ... |
| 195 | 197 |
| 196 Note: you cannot merge with an archived bug - you must unarchive it first. | 198 Note: you cannot merge with an archived bug - you must unarchive it first. |
| 197 | 199 |
| 235 *** To mark a bug as fixed in a particular version: | 237 *** To mark a bug as fixed in a particular version: |
| 236 fixed 123 23.0.60 | 238 fixed 123 23.0.60 |
| 237 | 239 |
| 238 *** To remove a "fixed" mark: | 240 *** To remove a "fixed" mark: |
| 239 notfixed 123 23.0.60 | 241 notfixed 123 23.0.60 |
| 242 | |
| 243 *** To assign or reassign a bug to a package or list of packages: | |
| 244 reassign 1234 emacs,cc-mode | |
| 240 | 245 |
| 241 ** To remove spam from the tracker, move it to the `spam' pseudo-package: | 246 ** To remove spam from the tracker, move it to the `spam' pseudo-package: |
| 242 reassign 123 spam | 247 reassign 123 spam |
| 243 | 248 |
| 244 ** To change the title of a bug: | 249 ** To change the title of a bug: |
