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

Support Git rename tracking.

Merged from https://code.launchpad.net/~jelmer/brz/renames/+merge/381006

Show diffs side-by-side

added added

removed removed

Lines of Context:
4233
4233
 
4234
4234
        try:
4235
4235
            from . import tests
4236
 
        except ImportError:
 
4236
        except ImportError as e:
4237
4237
            raise errors.BzrCommandError("tests not available. Install the "
4238
4238
                                         "breezy tests to run the breezy testsuite.")
4239
4239