~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Martin Pool
  • Date: 2006-06-05 16:23:59 UTC
  • mto: This revision was merged to the branch mainline in revision 1752.
  • Revision ID: mbp@sourcefrog.net-20060605162359-2405198cadc86895
[broken] NotBranchError should unescape the url if possible

(Fixes some info blackbox tests)

Show diffs side-by-side

added added

removed removed

Lines of Context:
477
477
                BzrDir._check_supported(format, False)
478
478
                return format.open(a_transport), urlutils.unescape(a_transport.relpath(url))
479
479
            except errors.NotBranchError, e:
480
 
                mutter('not a branch in: %r %s', a_transport.base, e)
 
480
                ## mutter('not a branch in: %r %s', a_transport.base, e)
 
481
                pass
481
482
            new_t = a_transport.clone('..')
482
483
            if new_t.base == a_transport.base:
483
484
                # reached the root, whatever that may be