##// END OF EJS Templates
unshelve: shed spurious space
Siddharth Agarwal -
r27020:cc204918 default
parent child Browse files
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. setconfig('phases', 'new-commit', phases.secret)
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