Show More
@@ -270,6 +270,7 b' def _verify(repo):' | |||
|
270 | 270 | err(lr, _("unpacked size is %s, %s expected") % |
|
271 | 271 | (l, fl.size(i)), f) |
|
272 | 272 | except error.CensoredNodeError: |
|
273 | # experimental config: censor.policy | |
|
273 | 274 | if ui.config("censor", "policy", "abort") == "abort": |
|
274 | 275 | err(lr, _("censored file data"), f) |
|
275 | 276 | except Exception as inst: |
General Comments 0
You need to be logged in to leave comments.
Login now