Show More
@@ -2083,7 +2083,7 b' def files(ui, repo, *pats, **opts):' | |||
|
2083 | 2083 | Returns 0 if a match is found, 1 otherwise. |
|
2084 | 2084 | |
|
2085 | 2085 | """ |
|
2086 | ctx = scmutil.revsingle(repo, opts.get('rev'), None) | |
|
2086 | ctx = scmutil.revsingle(repo, opts.get(r'rev'), None) | |
|
2087 | 2087 | |
|
2088 | 2088 | end = '\n' |
|
2089 | 2089 | if opts.get('print0'): |
General Comments 0
You need to be logged in to leave comments.
Login now