Check to make sure dulwich is available and print error
This commit is contained in:
parent
ba9eff02a0
commit
5115ce2faf
@ -8,6 +8,8 @@ def repositoryWithPath (path):
|
||||
|
||||
repo = Repo(path)
|
||||
result = GitRepository(repo, path)
|
||||
except ImportError:
|
||||
print "Failed to import dulwich, please install http://www.samba.org/~jelmer/dulwich/"
|
||||
except:
|
||||
from mercurial import ui, hg
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user