Rev 1766: Fix tests. in http://people.samba.org/bzr/jelmer/bzr-svn/trunk

Jelmer Vernooij jelmer at samba.org
Thu Dec 4 15:01:59 GMT 2008


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

------------------------------------------------------------
revno: 1766
revision-id: jelmer at samba.org-20081204150149-jk978w1zr0abvf14
parent: jelmer at samba.org-20081203194007-w6q3o7lfmgq0ln6u
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Thu 2008-12-04 16:01:49 +0100
message:
  Fix tests.
modified:
  format.py                      format.py-20070917005147-94kb7zysotf82kqw-1
=== modified file 'format.py'
--- a/format.py	2008-11-09 21:36:54 +0000
+++ b/format.py	2008-12-04 15:01:49 +0000
@@ -79,6 +79,8 @@
                 mutter("Unable to open %r with Subversion: %s", 
                         transport, msg)
                 raise bzr_errors.NotBranchError(path=transport.base)
+        except bzr_errors.InvalidURL:
+                raise bzr_errors.NotBranchError(path=transport.base)
 
         return format
 




More information about the bazaar-commits mailing list