changeset 4588:b873f9de779b

<oerjan> sed -i \'s/repository/repository./\' bin/url
author HackBot
date Sat, 19 Apr 2014 23:52:15 +0000
parents 6df398684375
children 54ff46129c36
files bin/url
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/url	Sat Apr 19 23:50:37 2014 +0000
+++ b/bin/url	Sat Apr 19 23:52:15 2014 +0000
@@ -5,7 +5,7 @@
 else:
     f = re.sub(r"^/hackenv/", "", sys.argv[1])
     if f.startswith("/"):
-        sys.exit("File is outside hg repository")
+        sys.exit("File is outside hg repository.")
     else:
         print ("http://codu.org/projects/hackbot/fshg/index.cgi/file/tip/" +
             urllib.quote(f))