Merge lp:~twisted-dev/twisted-trac-integration/delete-useless-users-config into lp:twisted-trac-integration

Proposed by Jean-Paul Calderone
Status: Merged
Merged at revision: 99
Proposed branch: lp:~twisted-dev/twisted-trac-integration/delete-useless-users-config
Merge into: lp:twisted-trac-integration
Diff against target: 14 lines (+2/-2)
1 file modified
trac-tools/delete-useless-users.py (+2/-2)
To merge this branch: bzr merge lp:~twisted-dev/twisted-trac-integration/delete-useless-users-config
Reviewer Review Type Date Requested Status
Glyph Lefkowitz Approve
Review via email: mp+225815@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Glyph Lefkowitz (glyph) wrote :

Please land.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'trac-tools/delete-useless-users.py'
--- trac-tools/delete-useless-users.py 2011-12-18 13:44:43 +0000
+++ trac-tools/delete-useless-users.py 2014-07-07 12:20:47 +0000
@@ -5,8 +5,8 @@
55
6from twisted.python.filepath import FilePath6from twisted.python.filepath import FilePath
77
8DB = "host=localhost user=trac-migration dbname=trac"8DB = "dbname=trac"
9PASSWD = FilePath(expanduser("~/Run/trac/htpasswd"))9PASSWD = FilePath(expanduser("~/config/htpasswd"))
1010
11def loadUsernames(conn, queries):11def loadUsernames(conn, queries):
12 curs = conn.cursor()12 curs = conn.cursor()

Subscribers

People subscribed via source and target branches

to all changes: