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 errors.py
properly error out about not support lightweight checkouts.
Show diffs side-by-side
added
removed
43
43
def __init__(self, ref):
46
class LightWeightCheckoutsNotSupported(BzrGitError):
47
_fmt = "bzr-git does not support creating lightweight checkouts at the moment."