hgext/shelve.py
changeset 27020 cc2049184ece
parent 27019 5cf184398ee7
child 27021 f2554154509f
--- 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: