Show More
@@ -896,7 +896,7 b' def verify(repo):' | |||||
896 | ret = (ctx.sub(subpath, allowcreate=False).verify() |
|
896 | ret = (ctx.sub(subpath, allowcreate=False).verify() | |
897 | or ret) |
|
897 | or ret) | |
898 | except error.RepoError as e: |
|
898 | except error.RepoError as e: | |
899 |
repo.ui.warn( |
|
899 | repo.ui.warn(('%s: %s\n') % (rev, e)) | |
900 | except Exception: |
|
900 | except Exception: | |
901 | repo.ui.warn(_('.hgsubstate is corrupt in revision %s\n') % |
|
901 | repo.ui.warn(_('.hgsubstate is corrupt in revision %s\n') % | |
902 | node.short(ctx.node())) |
|
902 | node.short(ctx.node())) |
General Comments 0
You need to be logged in to leave comments.
Login now