Rev 3733: Remove a hangover 'assert' in http://bzr.arbash-meinel.com/branches/bzr/1.8-dev/lighter_log_file

John Arbash Meinel john at arbash-meinel.com
Mon Sep 22 14:29:58 BST 2008


At http://bzr.arbash-meinel.com/branches/bzr/1.8-dev/lighter_log_file

------------------------------------------------------------
revno: 3733
revision-id: john at arbash-meinel.com-20080922132935-klw5fk22s4s1imrx
parent: john at arbash-meinel.com-20080921144837-wi61tf7gr4jfwl5d
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: lighter_log_file
timestamp: Mon 2008-09-22 08:29:35 -0500
message:
  Remove a hangover 'assert'
-------------- next part --------------
=== modified file 'bzrlib/log.py'
--- a/bzrlib/log.py	2008-09-21 14:01:24 +0000
+++ b/bzrlib/log.py	2008-09-22 13:29:35 +0000
@@ -586,7 +586,6 @@
     current_merge_stack = [None]
     for info in view_revs_iter:
         rev_id, revno, depth = info
-        assert depth <= len(current_merge_stack)
         if depth == len(current_merge_stack):
             current_merge_stack.append(info)
         else:



More information about the bazaar-commits mailing list