Rev 122: Didn't intend to leave this code commented out. in http://bazaar.launchpad.net/~bzr/bzr-history-db/trunk

John Arbash Meinel john at arbash-meinel.com
Mon May 3 21:10:07 BST 2010


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

------------------------------------------------------------
revno: 122
revision-id: john at arbash-meinel.com-20100503200953-2jhuonnhalqj471h
parent: john at arbash-meinel.com-20100503195853-ve5yy1kstmab62ce
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: trunk
timestamp: Mon 2010-05-03 15:09:53 -0500
message:
  Didn't intend to leave this code commented out.
-------------- next part --------------
=== modified file 'history_db.py'
--- a/history_db.py	2010-05-03 19:58:53 +0000
+++ b/history_db.py	2010-05-03 20:09:53 +0000
@@ -391,7 +391,7 @@
         pb = ui.ui_factory.nested_progress_bar()
         try:
             while needed:
-                # pb.update('Finding ancestry', len(all_needed), len(all_needed))
+                pb.update('Finding ancestry', len(all_needed), len(all_needed))
                 rev_id = needed.pop()
                 if rev_id in known:
                     # We may add particular parents multiple times, just ignore



More information about the bazaar-commits mailing list