# HG changeset patch # User HackBot # Date 1398032895 0 # Node ID dabbf75b01c4acc3dd426b8d46c71fb4c7a811bc # Parent 7de7b5fe850fa8b57cf04669f2bb830776496102 revert diff -r 7de7b5fe850f -r dabbf75b01c4 bin/url --- a/bin/url Sun Apr 20 22:27:17 2014 +0000 +++ b/bin/url Sun Apr 20 22:28:15 2014 +0000 @@ -5,7 +5,7 @@ else: f = os.path.abspath(sys.argv[1]) f = re.sub(r"^/+hackenv/", "", f) -if re.match(r"/|.hg(?:/|$)",f): + if f.startswith("/"): sys.exit("File is outside hg repository.") else: print ("http://codu.org/projects/hackbot/fshg/index.cgi/file/tip/" +