##// END OF EJS Templates
contrib: fix typo...
Raphaël Gomès -
r47948:5d5abfdc default
parent child Browse files
Show More
@@ -39,7 +39,7 b' for f in sys.argv[1:]:'
39 localf = encoding.strtolocal(f)
39 localf = encoding.strtolocal(f)
40 if not localf.endswith(b'.i'):
40 if not localf.endswith(b'.i'):
41 print("file:", f, file=sys.stderr)
41 print("file:", f, file=sys.stderr)
42 print(" invalida filename", file=sys.stderr)
42 print(" invalid filename", file=sys.stderr)
43
43
44 r = revlog.revlog(
44 r = revlog.revlog(
45 binopen,
45 binopen,
General Comments 0
You need to be logged in to leave comments. Login now