Show More
@@ -675,7 +675,7 b' def unshelve(ui, repo, *shelved, **opts)' | |||||
675 |
|
675 | |||
676 | backup = repo.ui.backupconfig('phases', 'new-commit') |
|
676 | backup = repo.ui.backupconfig('phases', 'new-commit') | |
677 | try: |
|
677 | try: | |
678 |
repo.ui. |
|
678 | repo.ui.setconfig('phases', 'new-commit', phases.secret) | |
679 | return repo.commit(message, 'shelve@localhost', |
|
679 | return repo.commit(message, 'shelve@localhost', | |
680 | opts.get('date'), match) |
|
680 | opts.get('date'), match) | |
681 | finally: |
|
681 | finally: |
General Comments 0
You need to be logged in to leave comments.
Login now