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