Rev 436: Merge peng's one-line fix in http://bazaar.launchpad.net/~jameinel/loggerhead/history_db

John Arbash Meinel john at arbash-meinel.com
Thu Jan 27 06:32:55 UTC 2011


At http://bazaar.launchpad.net/~jameinel/loggerhead/history_db

------------------------------------------------------------
revno: 436 [merge]
revision-id: john at arbash-meinel.com-20110127063247-ylkpu0xpiaw1fer7
parent: john at arbash-meinel.com-20100521140706-32oex3ll8m3my7rg
parent: mnordhoff at mattnordhoff.com-20100515203258-n1gd3ytgeyh7csym
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: history_db
timestamp: Thu 2011-01-27 00:32:47 -0600
message:
  Merge peng's one-line fix
modified:
  loggerhead/history_db.py       history_db.py-20100331211535-afywlh5mx28fyj8x-2
-------------- next part --------------
=== modified file 'loggerhead/history_db.py'
--- a/loggerhead/history_db.py	2010-05-15 07:49:53 +0000
+++ b/loggerhead/history_db.py	2011-01-27 06:32:47 +0000
@@ -1,4 +1,4 @@
-# Copyright (C) 2010 Canonical Ltd
+# Copyright (C) 2010, 2011 Canonical Ltd
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -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