diff -r 67c874d14c2c -r 38b51a60a195 hgext/mq.py --- 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