At http://bazaar.launchpad.net/~loggerhead-team/loggerhead/trunk-rich

------------------------------------------------------------
revno: 427 [merge]
revision-id: [email protected]
parent: [email protected]
parent: [email protected]
committer: John Arbash Meinel <[email protected]>
branch nick: trunk-rich
timestamp: Wed 2010-07-07 15:09:44 -0500
message:
  Merge the bugfix for bug #602600
modified:
  loggerhead/history_db.py       history_db.py-20100331211535-afywlh5mx28fyj8x-2
=== modified file 'loggerhead/history_db.py'
--- a/loggerhead/history_db.py  2010-05-15 07:49:53 +0000
+++ b/loggerhead/history_db.py  2010-07-07 20:09:44 +0000
@@ -1262,7 +1262,7 @@
                              " WHERE child = c.db_id"
                              "   AND parent = p.db_id"
                              "   AND p.revision_id = ?",
-                             (revid,)).fetchall()
+                             (revision_id,)).fetchall()
         return [r[0] for r in res]
 
     def _get_lh_parent_db_id(self, revision_db_id):

-- 
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits

Reply via email to