At http://bazaar.launchpad.net/~bzr/bzr-history-db/trunk

------------------------------------------------------------
revno: 131
revision-id: [email protected]
parent: [email protected]
fixes bug(s): https://launchpad.net/bugs/602600
author: Alexander Garnier <[email protected]>
committer: John Arbash Meinel <[email protected]>
branch nick: trunk
timestamp: Wed 2010-07-07 15:07:38 -0500
message:
  bug #602600: Fix a typo in get_children()
=== modified file 'history_db.py'
--- a/history_db.py     2010-05-15 07:47:15 +0000
+++ b/history_db.py     2010-07-07 20:07:38 +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