[Pkg-bazaar-commits] ./bzr/unstable r368: - remove bailout call

Martin Pool mbp at sourcefrog.net
Fri Apr 10 07:43:43 UTC 2009


------------------------------------------------------------
revno: 368
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Thu 2005-05-05 16:51:45 +1000
message:
  - remove bailout call
modified:
  bzrlib/branch.py
-------------- next part --------------
=== modified file 'bzrlib/branch.py'
--- a/bzrlib/branch.py	2005-05-05 06:51:01 +0000
+++ b/bzrlib/branch.py	2005-05-05 06:51:45 +0000
@@ -804,7 +804,7 @@
 
             ## opportunistic consistency check, same as check_patch_chaining
             if rev.precursor != precursor:
-                bailout("mismatched precursor!")
+                raise BzrCheckError("mismatched precursor!")
 
             print 'message:'
             if not rev.message:



More information about the Pkg-bazaar-commits mailing list