/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

  • Committer: Gary Wilson Jr.
  • Date: 2008-03-29 22:36:49 UTC
  • mfrom: (3315 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3338.
  • Revision ID: gary.wilson@gmail.com-20080329223649-9fel1068k158ljdf
MergedĀ upstreamĀ changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2182
2182
 
2183
2183
    _fmt = "No smart server available at %(url)s"
2184
2184
 
 
2185
    @symbol_versioning.deprecated_method(symbol_versioning.one_four)
2185
2186
    def __init__(self, url):
2186
2187
        self.url = url
2187
2188