# HG changeset patch # User Siddharth Agarwal # Date 1447888696 28800 # Node ID cc2049184ece57e66f50ce87dfb76091e50f55ad # Parent 5cf184398ee76bc24a8709b25fef689523ecbf31 unshelve: shed spurious space diff -r 5cf184398ee7 -r cc2049184ece hgext/shelve.py --- 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: