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

  • Committer: John Carr
  • Date: 2008-12-31 11:34:59 UTC
  • mto: (0.217.35 git-serve)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: john.carr@unrouted.co.uk-20081231113459-7xuy341a2b3q7m6z
Handle git+ssh:// seperately to our git:// server

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
    
43
43
    def __init__(self, ref):
44
44
        self.ref = ref
45
 
 
46
 
class LightWeightCheckoutsNotSupported(BzrGitError):
47
 
    _fmt = "bzr-git does not support creating lightweight checkouts at the moment."