/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 __init__.py

Add a comment where tests are not reaching

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
                raise errors.BzrCommandError('No upload location'
97
97
                                             ' known or specified.')
98
98
            else:
 
99
                # FIXME: Not currently tested
99
100
                display_url = urlutils.unescape_for_display(stored_loc,
100
101
                        self.outf.encoding)
101
102
                self.outf.write("Using saved location: %s\n" % display_url)