author | Siddharth Agarwal <sid0@fb.com> |
Wed, 18 Nov 2015 15:18:16 -0800 | |
changeset 27020 | cc2049184ece |
parent 27019 | 5cf184398ee7 |
child 27021 | f2554154509f |
hgext/shelve.py | file | annotate | diff | comparison | revisions |
--- a/hgext/shelve.py Wed Nov 18 15:04:03 2015 -0800 +++ b/hgext/shelve.py Wed Nov 18 15:18:16 2015 -0800 @@ -675,7 +675,7 @@ backup = repo.ui.backupconfig('phases', 'new-commit') try: - repo.ui. setconfig('phases', 'new-commit', phases.secret) + repo.ui.setconfig('phases', 'new-commit', phases.secret) return repo.commit(message, 'shelve@localhost', opts.get('date'), match) finally: