Show More
@@ -229,7 +229,8 b' def _verify(repo):' | |||
|
229 | 229 | err(lr, _("empty or missing copy source revlog %s:%s") |
|
230 | 230 | % (rp[0], short(rp[1])), f) |
|
231 | 231 | elif rp[1] == nullid: |
|
232 |
|
|
|
232 | ui.note(_("warning: %s@%s: copy source" | |
|
233 | " revision is nullid %s:%s\n") | |
|
233 | 234 | % (f, lr, rp[0], short(rp[1]))) |
|
234 | 235 | else: |
|
235 | 236 | fl2.rev(rp[1]) |
General Comments 0
You need to be logged in to leave comments.
Login now