changeset 36009 | 55e8efa2451a |
parent 35948 | f87641bf4d23 |
child 36032 | f91b7f26c68a |
--- a/hgext/mq.py Wed Feb 07 23:22:53 2018 +0900 +++ b/hgext/mq.py Tue Feb 06 22:36:38 2018 +0900 @@ -94,7 +94,7 @@ revsetlang, scmutil, smartset, - subrepo, + subrepoutil, util, vfs as vfsmod, ) @@ -970,8 +970,8 @@ wctx = repo[None] pctx = repo['.'] overwrite = False - mergedsubstate = subrepo.submerge(repo, pctx, wctx, wctx, - overwrite) + mergedsubstate = subrepoutil.submerge(repo, pctx, wctx, wctx, + overwrite) files += mergedsubstate.keys() match = scmutil.matchfiles(repo, files or [])