# HG changeset patch # User Glenn Morris # Date 1220587090 0 # Node ID bf6ada3c3ee8b42b9d076db78666b66ddfd04680 # Parent ef8f2460f92279f6a6b7ce832e7243ce4b5b8141 *** empty log message *** diff -r ef8f2460f922 -r bf6ada3c3ee8 admin/notes/bugtracker --- a/admin/notes/bugtracker Fri Sep 05 02:31:45 2008 +0000 +++ b/admin/notes/bugtracker Fri Sep 05 03:58:10 2008 +0000 @@ -114,13 +114,17 @@ *** To merge bugs: Eg when bad replies create a bunch of new bugs for the same report. -Bugs must all be in the same state, but need not have the same tags. E.g.: +Bugs must all be in the same state (e.g. same package(s) and severity), +but need not have the same tags (tags are merged). E.g.: merge 123 124 125 ... +Note that merging does not affect titles. In particular, a "retitle" +of merged bugs only affects individual bugs, not all of them. + *** Forcing a merge: -Like `merge', but bugs need not be in the same state. The first one -listed is the master. E.g.: +Like `merge', but bugs need not be in the same state. The packages +must still match though. The first one listed is the master. E.g.: forcemerge 123 124 125 ...