~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/browser/sourceslist.py

  • Committer: Diogo Matsubara
  • Date: 2011-06-29 16:28:19 UTC
  • mto: This revision was merged to the branch mainline in revision 13332.
  • Revision ID: diogo.matsubara@canonical.com-20110629162819-h9iqxel5hoqvtonh
tweaks to display LP user id along with displayname suggested by Martin Pool

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
                self.archive.series_with_sources)
153
153
            return SourcesListEntriesView(entries, self.request)
154
154
        else:
155
 
            comment = "Personal access of %s to %s" % (
 
155
            comment = "Personal access of %s (%s) to %s" % (
156
156
                self.user.displayname,
 
157
                self.user.name,
157
158
                self.archive.displayname)
158
159
            entries = SourcesListEntries(
159
160
                self.archive.distribution,