~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/doc/bugnotification-email.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-07-18 07:25:31 UTC
  • mfrom: (13453.1.1 email-tag-order-645962)
  • Revision ID: launchpad@pqm.canonical.com-20110718072531-v6snlhkbonwn2nan
[r=wgrant][bug=645962] Changed order of tags added and removed
        notifications in emails.

Show diffs side-by-side

added added

removed removed

Lines of Context:
272
272
    ...     notification = change.getBugNotification()
273
273
    ...     print notification['text'] #doctest: -NORMALIZE_WHITESPACE
274
274
    ...     print "-----------------------------"
 
275
    ** Tags removed: bar
275
276
    ** Tags added: baz
276
 
    ** Tags removed: bar
277
277
    -----------------------------
278
278
 
279
279