Show More
@@ -2222,7 +2222,7 b' def forget(ui, repo, match, prefix, expl' | |||||
2222 | def files(ui, ctx, m, fm, fmt): |
|
2222 | def files(ui, ctx, m, fm, fmt): | |
2223 | rev = ctx.rev() |
|
2223 | rev = ctx.rev() | |
2224 | ret = 1 |
|
2224 | ret = 1 | |
2225 |
ds = ctx. |
|
2225 | ds = ctx.repo().dirstate | |
2226 |
|
2226 | |||
2227 | for f in ctx.matches(m): |
|
2227 | for f in ctx.matches(m): | |
2228 | if rev is None and ds[f] == 'r': |
|
2228 | if rev is None and ds[f] == 'r': |
General Comments 0
You need to be logged in to leave comments.
Login now