Show More
@@ -3172,8 +3172,7 b' def debugrebuilddirstate(ui, repo, rev, ' | |||||
3172 | ) |
|
3172 | ) | |
3173 | def debugrebuildfncache(ui, repo, **opts): |
|
3173 | def debugrebuildfncache(ui, repo, **opts): | |
3174 | """rebuild the fncache file""" |
|
3174 | """rebuild the fncache file""" | |
3175 | opts = pycompat.byteskwargs(opts) |
|
3175 | repair.rebuildfncache(ui, repo, opts.get("only_data")) | |
3176 | repair.rebuildfncache(ui, repo, opts.get(b"only_data")) |
|
|||
3177 |
|
3176 | |||
3178 |
|
3177 | |||
3179 | @command( |
|
3178 | @command( |
General Comments 0
You need to be logged in to leave comments.
Login now