Mercurial > hg
changeset 27020:cc2049184ece
unshelve: shed spurious space
author | Siddharth Agarwal <sid0@fb.com> |
---|---|
date | Wed, 18 Nov 2015 15:18:16 -0800 |
parents | 5cf184398ee7 |
children | f2554154509f |
files | hgext/shelve.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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: