changeset 20785 | 7f7c8ef31c5d |
parent 20773 | efbf15979538 |
child 20786 | d666da075b91 |
--- a/hgext/mq.py Tue Mar 18 18:57:19 2014 -0500 +++ b/hgext/mq.py Thu Mar 20 00:10:45 2014 +0900 @@ -1038,8 +1038,6 @@ inclsubs.append('.hgsubstate') substatestate = repo.dirstate['.hgsubstate'] if opts.get('include') or opts.get('exclude') or pats: - if inclsubs: - pats = list(pats or []) + inclsubs match = scmutil.match(repo[None], pats, opts) # detect missing files in pats def badfn(f, msg):