Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.30 KB | None | 0 0
  1. 'hg log' failed with code 1:'*** failed to import extension hgext.hgsubversion from /Users/xxx/Applications/SourceTree.app/Contents/Resources/mercurial_local/hgext/hgsubversion: 'module' object has no attribute 'canonpath'
  2. ** Unknown exception encountered with possibly-broken third-party extension hgattic
  3. ** which supports versions unknown of Mercurial.
  4. ** Please disable hgattic and try your action again.
  5. ** If that fixes the bug please report it to the extension author.
  6. ** Python 2.7.6 (default, Sep  9 2014, 15:04:36) [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)]
  7. ** Mercurial Distributed SCM (version 3.2.3)
  8. ** Extensions loaded: transplant, fetch, extdiff, rebase, strip, mq, hgattic, hgflow, progress, sourcetree_auth, sourcetree_checklink, gpg
  9. Traceback (most recent call last):
  10.  File "/Users/xxx/Applications/SourceTree.app/Contents/Resources/mercurial_local/hg_local", line 35, in <module>
  11.    mercurial.dispatch.run()
  12.  File "/Users/xxx/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/dispatch.py", line 28, in run
  13.    sys.exit((dispatch(request(sys.argv[1:])) or 0) & 255)
  14.  File "/Users/xxx/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/dispatch.py", line 71, in dispatch
  15.    ret = _runcatch(req)
  16.  File "/Users/xxx/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/dispatch.py", line 140, in _runcatch
  17.    return _dispatch(req)
  18.  File "/Users/xxx/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/dispatch.py", line 817, in _dispatch
  19.    repo = hg.repository(ui, path=path)
  20.  File "/Users/xxx/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/hg.py", line 128, in repository
  21.    peer = _peerorrepo(ui, path, create)
  22.  File "/Users/xxx/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/hg.py", line 115, in _peerorrepo
  23.    obj = _peerlookup(path).instance(ui, path, create)
  24.  File "/Users/xxx/Applications/SourceTree.app/Contents/Resources/mercurial_local/mercurial/hg.py", line 89, in _peerlookup
  25.    return thing(path)
  26.  File "/Users/xxx/Applications/SourceTree.app/Contents/Resources/mercurial_local/hgext/hgsubversion/__init__.py", line 185, in _lookup
  27.    if util.islocalrepo(url):
  28. AttributeError: 'NoneType' object has no attribute 'islocalrepo'
  29. '
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement