changeset 46222 | e22aed089567 |
parent 46221 | 0ca98ed828f9 |
child 46231 | d3113c4cf52c |
46221:0ca98ed828f9 | 46222:e22aed089567 |
---|---|
189 tmppath = pycompat.mkdtemp(prefix=b'upgrade.', dir=repo.path) |
189 tmppath = pycompat.mkdtemp(prefix=b'upgrade.', dir=repo.path) |
190 backuppath = None |
190 backuppath = None |
191 try: |
191 try: |
192 ui.status( |
192 ui.status( |
193 _( |
193 _( |
194 b'creating temporary repository to stage migrated ' |
194 b'creating temporary repository to stage upgraded ' |
195 b'data: %s\n' |
195 b'data: %s\n' |
196 ) |
196 ) |
197 % tmppath |
197 % tmppath |
198 ) |
198 ) |
199 |
199 |