Show More
@@ -910,7 +910,7 b' def debuginstall(ui):' | |||||
910 | def debugrename(ui, repo, file1, *pats, **opts): |
|
910 | def debugrename(ui, repo, file1, *pats, **opts): | |
911 | """dump rename information""" |
|
911 | """dump rename information""" | |
912 |
|
912 | |||
913 |
ctx = repo[opts.get('rev' |
|
913 | ctx = repo[opts.get('rev')] | |
914 | m = cmdutil.match(repo, (file1,) + pats, opts) |
|
914 | m = cmdutil.match(repo, (file1,) + pats, opts) | |
915 | for abs in repo.walk(m, ctx.node()): |
|
915 | for abs in repo.walk(m, ctx.node()): | |
916 | fctx = ctx.filectx(abs) |
|
916 | fctx = ctx.filectx(abs) |
General Comments 0
You need to be logged in to leave comments.
Login now