Rev 131: bug #602600: Fix a typo in get_children() in http://bazaar.launchpad.net/~bzr/bzr-history-db/trunk

John Arbash Meinel john at arbash-meinel.com
Wed Jul 7 21:07:49 BST 2010


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

------------------------------------------------------------
revno: 131
revision-id: john at arbash-meinel.com-20100707200738-g5o7qdqo46a49nwc
parent: john at arbash-meinel.com-20100521174313-9hqo71qgajl3wd9l
fixes bug(s): https://launchpad.net/bugs/602600
author: Alexander Garnier <zigouigoui.garnier at laposte.net>
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: trunk
timestamp: Wed 2010-07-07 15:07:38 -0500
message:
  bug #602600: Fix a typo in get_children()
-------------- next part --------------
=== 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):



More information about the bazaar-commits mailing list