Rev 95: Fix a silly typo. in http://bzr.arbash-meinel.com/plugins/history_db
John Arbash Meinel
john at arbash-meinel.com
Wed Apr 14 18:47:50 BST 2010
At http://bzr.arbash-meinel.com/plugins/history_db
------------------------------------------------------------
revno: 95
revision-id: john at arbash-meinel.com-20100414174731-rzc0769w2uv1rcoa
parent: john at arbash-meinel.com-20100413215509-obwehecjmdfwnywr
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: history_db
timestamp: Wed 2010-04-14 12:47:31 -0500
message:
Fix a silly typo.
-------------- next part --------------
=== modified file 'history_db.py'
--- a/history_db.py 2010-04-13 20:57:19 +0000
+++ b/history_db.py 2010-04-14 17:47:31 +0000
@@ -1622,7 +1622,7 @@
" end_of_merge"
" FROM dotted_revno, revision"
" WHERE tip_revision = ?"
- " AND db_id = merged_revision"
+ " AND db_id = merged_revision",
[tip_db_id]).fetchall()
next_db_id = self._get_lh_parent_db_id(tip_db_id)
else:
More information about the bazaar-commits
mailing list