changeset 4603:7de7b5fe850f

<oerjan> sed -i \'8c if re.match(r"/|\\.hg(?:/|$)",f):\' bin/url
author HackBot
date Sun, 20 Apr 2014 22:27:17 +0000
parents c49e9afd1d2e
children dabbf75b01c4
files bin/url
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/url	Sun Apr 20 22:16:31 2014 +0000
+++ b/bin/url	Sun Apr 20 22:27:17 2014 +0000
@@ -5,7 +5,7 @@
 else:
     f = os.path.abspath(sys.argv[1])
     f = re.sub(r"^/+hackenv/", "", f)
-    if f.startswith("/"):
+if re.match(r"/|.hg(?:/|$)",f):
         sys.exit("File is outside hg repository.")
     else:
         print ("http://codu.org/projects/hackbot/fshg/index.cgi/file/tip/" +