hgext/mq.py
changeset 20790 49f2d5644f04
parent 20786 d666da075b91
child 20827 ca5dd216cb62
--- a/hgext/mq.py	Wed Mar 19 02:45:14 2014 +0100
+++ b/hgext/mq.py	Wed Mar 19 02:45:14 2014 +0100
@@ -304,7 +304,7 @@
         backup = repo.ui.backupconfig('phases', 'new-commit')
     try:
         if phase is not None:
-            repo.ui.setconfig('phases', 'new-commit', phase)
+            repo.ui.setconfig('phases', 'new-commit', phase, 'mq')
         return repo.commit(*args, **kwargs)
     finally:
         if phase is not None: