# HG changeset patch # User HackBot # Date 1510183186 0 # Node ID c54ea57faa7a1fb60b9c62e0a4dd57a1f9fe41c5 # Parent 634fd006460378aaf908a7aef3de05afb241bd62 revert diff -r 634fd0064603 -r c54ea57faa7a bin/edit --- a/bin/edit Wed Nov 08 23:19:18 2017 +0000 +++ b/bin/edit Wed Nov 08 23:19:46 2017 +0000 @@ -3,10 +3,10 @@ import sys, os.path, re, urllib if len(sys.argv) < 2: - sys.exit('httpss://hackego.esolangs.org/edit/') + sys.exit('https://hackego.esolangs.org/edit/') f = os.path.realpath(sys.argv[1]) f = re.sub(r"^/+hackenv/", "", f) if re.match(r"/|\.hg(?:/|ignore$|$)",f): sys.exit("File is not editable.") -print 'httpss://hackego.esolangs.org/edit/' + urllib.quote(f) +print 'https://hackego.esolangs.org/edit/' + urllib.quote(f)