changeset 4607:c528f5d9ba11

<oerjan> sed -i \'s/hg repository/web-viewable filesystem repository/\' bin/url
author HackBot
date Sun, 20 Apr 2014 22:40:23 +0000
parents bee686ce5627
children 05189b7b0bd5
files bin/url
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/url	Sun Apr 20 22:29:43 2014 +0000
+++ b/bin/url	Sun Apr 20 22:40:23 2014 +0000
@@ -6,7 +6,7 @@
     f = os.path.abspath(sys.argv[1])
     f = re.sub(r"^/+hackenv/", "", f)
     if re.match(r"/|\.hg(?:/|$)",f):
-        sys.exit("File is outside hg repository.")
+        sys.exit("File is outside web-viewable filesystem repository.")
     else:
         print ("http://codu.org/projects/hackbot/fshg/index.cgi/file/tip/" +
             urllib.quote(f))