Rev 96: Cleanup debug comment in http://bzr.arbash-meinel.com/plugins/history_db
John Arbash Meinel
john at arbash-meinel.com
Wed Apr 14 19:37:51 BST 2010
At http://bzr.arbash-meinel.com/plugins/history_db
------------------------------------------------------------
revno: 96
revision-id: john at arbash-meinel.com-20100414183732-83yarj5nw51ciko2
parent: john at arbash-meinel.com-20100414174731-rzc0769w2uv1rcoa
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: history_db
timestamp: Wed 2010-04-14 13:37:32 -0500
message:
Cleanup debug comment
-------------- next part --------------
=== modified file '__init__.py'
--- a/__init__.py 2010-04-13 21:55:09 +0000
+++ b/__init__.py 2010-04-14 18:37:32 +0000
@@ -434,7 +434,7 @@
"""See Branch._do_revision_id_to_dotted_revno"""
revno = self._partial_revision_id_to_revno_cache.get(revision_id, None)
if revno is not None:
- trace.note('history_db rev_id=>dotted cached')
+ trace.note('history_db rev=>dotted cached')
return revno
t0 = time.clock()
query = _get_querier(self)
More information about the bazaar-commits
mailing list