Rev 2235: Fix import. in http://people.samba.org/bzr/jelmer/bzr-svn/0.5

Jelmer Vernooij jelmer at samba.org
Mon Dec 8 14:22:17 GMT 2008


At http://people.samba.org/bzr/jelmer/bzr-svn/0.5

------------------------------------------------------------
revno: 2235
revision-id: jelmer at samba.org-20081208142212-92miujaaouhh4jaa
parent: jelmer at samba.org-20081208030020-p7h6xn1myp6ivtbc
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.5
timestamp: Mon 2008-12-08 15:22:12 +0100
message:
  Fix import.
modified:
  format.py                      format.py-20070917005147-94kb7zysotf82kqw-1
=== modified file 'format.py'
--- a/format.py	2008-12-04 15:07:45 +0000
+++ b/format.py	2008-12-08 14:22:12 +0000
@@ -91,7 +91,8 @@
         try: 
             return remote.SvnRemoteAccess(transport, self)
         except subvertpy.SubversionException, (_, num):
-            if num in (errors.ERR_RA_DAV_REQUEST_FAILED, subvertpy.ERR_RA_DAV_NOT_VCC):
+            if num in (subvertpy.ERR_RA_DAV_REQUEST_FAILED, 
+                       subvertpy.ERR_RA_DAV_NOT_VCC):
                 raise bzr_errors.NotBranchError(transport.base)
             raise
 




More information about the bazaar-commits mailing list