##// END OF EJS Templates
files: use native string type to load rev opt from dict
Augie Fackler -
r31363:d0014d2d default
parent child Browse files
Show More
@@ -2083,7 +2083,7 b' def files(ui, repo, *pats, **opts):'
2083 Returns 0 if a match is found, 1 otherwise.
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 end = '\n'
2088 end = '\n'
2089 if opts.get('print0'):
2089 if opts.get('print0'):
General Comments 0
You need to be logged in to leave comments. Login now