equal
deleted
inserted
replaced
148 f.close() |
148 f.close() |
149 if backup != "strip": |
149 if backup != "strip": |
150 os.unlink(chgrpfile) |
150 os.unlink(chgrpfile) |
151 except: |
151 except: |
152 if backupfile: |
152 if backupfile: |
153 ui.warn("strip failed, full bundle stored in '%s'\n" % backupfile) |
153 ui.warn(_("strip failed, full bundle stored in '%s'\n") |
|
154 % backupfile) |
154 elif saveheads: |
155 elif saveheads: |
155 ui.warn("strip failed, partial bundle stored in '%s'\n" |
156 ui.warn(_("strip failed, partial bundle stored in '%s'\n") |
156 % chgrpfile) |
157 % chgrpfile) |
157 raise |
158 raise |
158 |
159 |
159 repo.destroyed() |
160 repo.destroyed() |