Home | History | Annotate | Download | only in www

Lines Matching refs:dup

124     dup = status.split(' ', 1)[1]
125 avail = 'Superseded by <a href="#%s">%s</a>' % (dup, dup)
127 _, avail_style = availability(int(dup))
129 print >>sys.stderr, "issue %s marked as sup %s" % (issue, dup)
131 elif status.startswith('dup '):
132 dup = int(status.split(' ', 1)[1])
133 avail = 'Duplicate of <a href="#%s">%s</a>' % (dup, dup)
134 _, avail_style = availability(dup)
153 if not avail.startswith('Sup') and not avail.startswith('Dup'):