changeset 29956 | 44ef21621ad7 |
parent 29955 | e7acbe538baf |
child 29957 | 94ebf56db04e |
--- a/mercurial/repair.py Thu Sep 15 10:18:56 2016 -0700 +++ b/mercurial/repair.py Thu Sep 15 09:45:29 2016 -0700 @@ -230,7 +230,7 @@ if backupfile: ui.warn(_("strip failed, full bundle stored in '%s'\n") % vfs.join(backupfile)) - elif chgrpfile: + if chgrpfile: ui.warn(_("strip failed, partial bundle stored in '%s'\n") % vfs.join(chgrpfile)) raise