Skip to content

Commit 9d67a41

Browse files
author
Richard Jones
committed
detabbing
1 parent 8f4648c commit 9d67a41

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

roundup/roundupdb.py

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: roundupdb.py,v 1.54 2002-05-29 01:16:17 richard Exp $
18+
# $Id: roundupdb.py,v 1.55 2002-06-11 04:58:07 richard Exp $
1919

2020
__doc__ = """
2121
Extending hyperdb with types specific to issue-tracking.
@@ -352,7 +352,7 @@ def nosymessage(self, nodeid, msgid, oldvalues):
352352

353353
# we have new recipients
354354
if sendto:
355-
# map userids to addresses
355+
# map userids to addresses
356356
sendto = [users.get(i, 'address') for i in sendto]
357357

358358
# update the message's recipients list
@@ -634,6 +634,18 @@ def generateChangeNote(self, nodeid, oldvalues):
634634

635635
#
636636
# $Log: not supported by cvs2svn $
637+
# Revision 1.54 2002/05/29 01:16:17 richard
638+
# Sorry about this huge checkin! It's fixing a lot of related stuff in one go
639+
# though.
640+
#
641+
# . #541941 ] changing multilink properties by mail
642+
# . #526730 ] search for messages capability
643+
# . #505180 ] split MailGW.handle_Message
644+
# - also changed cgi client since it was duplicating the functionality
645+
# . build htmlbase if tests are run using CVS checkout (removed note from
646+
# installation.txt)
647+
# . don't create an empty message on email issue creation if the email is empty
648+
#
637649
# Revision 1.53 2002/05/25 07:16:24 rochecompaan
638650
# Merged search_indexing-branch with HEAD
639651
#

0 commit comments

Comments
 (0)