/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

add working tree to the BzrDir facilities.

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
        self.base = base
141
141
 
142
142
 
 
143
class NotLocalUrl(BzrNewError):
 
144
    """%s(url) is not a local path."""
 
145
    
 
146
    def __init__(self, url):
 
147
        BzrNewError.__init__(self)
 
148
        self.url = url
 
149
 
 
150
 
143
151
class BzrCommandError(BzrError):
144
152
    # Error from malformed user command
145
153
    # This is being misused as a generic exception