# HG changeset patch # User Siddharth Agarwal # Date 2015-11-18 23:18:16 # Node ID cc2049184ece57e66f50ce87dfb76091e50f55ad # Parent 5cf184398ee76bc24a8709b25fef689523ecbf31 unshelve: shed spurious space diff --git a/hgext/shelve.py b/hgext/shelve.py --- a/hgext/shelve.py +++ b/hgext/shelve.py @@ -675,7 +675,7 @@ def unshelve(ui, repo, *shelved, **opts) 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: