# HG changeset patch # User HackBot # Date 1397951535 0 # Node ID b873f9de779b394cbd996e2c941e1d68929e1074 # Parent 6df3986843756e46d948712bca84e55d9e5237f3 sed -i \'s/repository/repository./\' bin/url diff -r 6df398684375 -r b873f9de779b bin/url --- 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))