Skip to content

Instantly share code, notes, and snippets.

@gamebusterz
Created March 16, 2016 08:41
Show Gist options
  • Save gamebusterz/ef8c05bd93fdcf277c34 to your computer and use it in GitHub Desktop.
Save gamebusterz/ef8c05bd93fdcf277c34 to your computer and use it in GitHub Desktop.
$ hg init remote
+ Traceback (most recent call last):
+ File "/tmp/hgtests.Dr3iCa/install/bin/hg", line 38, in <module>
+ import mercurial.dispatch
+ File "/tmp/hgtests.Dr3iCa/install/lib/python/mercurial/dispatch.py", line 26, in <module>
+ from . import (
+ File "/tmp/hgtests.Dr3iCa/install/lib/python/mercurial/cmdutil.py", line 26, in <module>
+ from . import (
+ File "/tmp/hgtests.Dr3iCa/install/lib/python/mercurial/repair.py", line 15, in <module>
+ from . import (
+ File "/tmp/hgtests.Dr3iCa/install/lib/python/mercurial/bundle2.py", line 163, in <module>
+ from . import (
+ File "/tmp/hgtests.Dr3iCa/install/lib/python/mercurial/url.py", line 25, in <module>
+ from . import (
+ File "/tmp/hgtests.Dr3iCa/install/lib/python/mercurial/httpconnection.py", line 131, in <module>
+ class http2handler(urllib.request.HTTPHandler, urllib.request.HTTPSHandler):
+ AttributeError: 'module' object has no attribute 'HTTPSHandler'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment