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