Changeset 1082 in tailor


Ignore:
Timestamp:
04/01/06 00:10:34 (7 years ago)
Author:
lele@…
Hash name:
20060331221034-97f81-1358b46867de86ca685c923f72af37dbcb26ee12
Message:

Don't fail with backtrace when the darcs source repository is missing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/darcs.py

    r1078 r1082  
    334334        from os import mkdir 
    335335        from re import escape 
     336        from source import InvocationError 
     337 
     338        if not self.repository.repository: 
     339            raise InvocationError("Must specify a the darcs source repository") 
    336340 
    337341        if revision == 'INITIAL': 
Note: See TracChangeset for help on using the changeset viewer.