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(" invalid |
|
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