~ubuntu-branches/ubuntu/precise/trac/precise

« back to all changes in this revision

Viewing changes to trac/versioncontrol/web_ui/log.py

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2006-07-03 22:03:47 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060703220347-4vhz82319vn0jws6
Tags: 0.9.5-2ubuntu1
* Merge from debian unstable:
  - debian/{control,dirs}: Continue to use python2.4.
  - debian/rules: Use Debian Sid's version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- coding: iso-8859-1 -*-
2
2
#
3
 
# Copyright (C) 2003-2005 Edgewall Software
 
3
# Copyright (C) 2003-2006 Edgewall Software
4
4
# Copyright (C) 2003-2005 Jonas Borgstr�m <jonas@edgewall.com>
 
5
# Copyright (C) 2005-2006 Christian Boos <cboos@neuf.fr>
5
6
# All rights reserved.
6
7
#
7
8
# This software is licensed as described in the file COPYING, which
158
159
                if email:
159
160
                    email_map[username] = email
160
161
            for cs in changes.values():
161
 
                cs['shortlog'] = cs['shortlog'].replace('\n', ' ')
162
162
                # For RSS, author must be an email address
163
163
                author = cs['author']
164
164
                author_email = ''