changeset 18010 | 38b51a60a195 |
parent 17954 | 4dc438ddd246 |
child 18011 | 4908197d7422 |
--- a/hgext/mq.py Mon Oct 08 17:50:02 2012 +0200 +++ b/hgext/mq.py Mon Oct 08 18:02:25 2012 +0200 @@ -275,6 +275,7 @@ It should be used instead of repo.commit inside the mq source for operation creating new changeset. """ + repo = repo.unfiltered() if phase is None: if repo.ui.configbool('mq', 'secret', False): phase = phases.secret