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

Make bzr+ssh:// actually work (at least with absolute paths).

This also adds an ugly blackbox test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2815
2815
            sys.stdout.flush()
2816
2816
        else:
2817
2817
            raise BzrCommandError("bzr serve requires one of --inet or --port")
 
2818
        mutter('starting to serve directory %s' % directory)
2818
2819
        server.serve()
2819
2820
 
2820
2821