##// END OF EJS Templates
clfilter: ensure that mq performs commits on unfiltered repos
Pierre-Yves David -
r18010:38b51a60 default
parent child Browse files
Show More
@@ -275,6 +275,7 b' def newcommit(repo, phase, *args, **kwar'
275 It should be used instead of repo.commit inside the mq source for operation
275 It should be used instead of repo.commit inside the mq source for operation
276 creating new changeset.
276 creating new changeset.
277 """
277 """
278 repo = repo.unfiltered()
278 if phase is None:
279 if phase is None:
279 if repo.ui.configbool('mq', 'secret', False):
280 if repo.ui.configbool('mq', 'secret', False):
280 phase = phases.secret
281 phase = phases.secret
General Comments 0
You need to be logged in to leave comments. Login now